diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2021-06-14 19:40:39 +0300 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2021-06-14 19:41:03 +0300 |
commit | 3e6ee9ee7f15ff6c7c4b6adc3da47a09baedf03a (patch) | |
tree | 74b43a917b3f637dcf7f39b32eaba46677f953b4 | |
parent | bef5db80eeaf73017bbab97b681ec44f5f5ec527 (diff) | |
download | guix-3e6ee9ee7f15ff6c7c4b6adc3da47a09baedf03a.tar.gz guix-3e6ee9ee7f15ff6c7c4b6adc3da47a09baedf03a.zip |
gnu: julia-iocapture: Update to 0.2.2.
* gnu/packages/julia-xyz.scm (julia-iocapture): Update to 0.2.2.
-rw-r--r-- | gnu/packages/julia-xyz.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/julia-xyz.scm b/gnu/packages/julia-xyz.scm index aac97f163a..ee39414c0e 100644 --- a/gnu/packages/julia-xyz.scm +++ b/gnu/packages/julia-xyz.scm @@ -2074,7 +2074,7 @@ as an index into any @code{AbstractArray} subtype, including OffsetArrays.") (define-public julia-iocapture (package (name "julia-iocapture") - (version "0.2.1") + (version "0.2.2") (source (origin (method git-fetch) @@ -2083,7 +2083,7 @@ as an index into any @code{AbstractArray} subtype, including OffsetArrays.") (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "0ajlfh8f1g23bx5f8h70nrgr0zfwxaqnpxlka8l4qhjmnfqxl43a")))) + (base32 "0v76wbvg80g9nx0rjbcna82zk61krly1y9yhyfrjv2pf7mcr4idb")))) (build-system julia-build-system) (home-page "https://github.com/JuliaDocs/IOCapture.jl") (synopsis "Capture standard output and error streams") |