mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-01 15:26:47 +01:00
gnu: julia-iocapture: Update to 0.2.2.
* gnu/packages/julia-xyz.scm (julia-iocapture): Update to 0.2.2.
This commit is contained in:
parent
bef5db80ee
commit
3e6ee9ee7f
1 changed files with 2 additions and 2 deletions
|
@ -2074,7 +2074,7 @@ (define-public julia-invertedindices
|
||||||
(define-public julia-iocapture
|
(define-public julia-iocapture
|
||||||
(package
|
(package
|
||||||
(name "julia-iocapture")
|
(name "julia-iocapture")
|
||||||
(version "0.2.1")
|
(version "0.2.2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -2083,7 +2083,7 @@ (define-public julia-iocapture
|
||||||
(commit (string-append "v" version))))
|
(commit (string-append "v" version))))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0ajlfh8f1g23bx5f8h70nrgr0zfwxaqnpxlka8l4qhjmnfqxl43a"))))
|
(base32 "0v76wbvg80g9nx0rjbcna82zk61krly1y9yhyfrjv2pf7mcr4idb"))))
|
||||||
(build-system julia-build-system)
|
(build-system julia-build-system)
|
||||||
(home-page "https://github.com/JuliaDocs/IOCapture.jl")
|
(home-page "https://github.com/JuliaDocs/IOCapture.jl")
|
||||||
(synopsis "Capture standard output and error streams")
|
(synopsis "Capture standard output and error streams")
|
||||||
|
|
Loading…
Reference in a new issue