diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2022-12-08 19:46:50 +0200 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2022-12-08 19:53:39 +0200 |
commit | e8da13598ac27a09d7ee1f3142f4957175355343 (patch) | |
tree | e6c31cc89a9b64376e724e170f252a423fd97183 /gnu | |
parent | b2c4e83f2c073f15f7209b1dc8c4a9176e19d794 (diff) | |
download | guix-e8da13598ac27a09d7ee1f3142f4957175355343.tar.gz guix-e8da13598ac27a09d7ee1f3142f4957175355343.zip |
gnu: julia-datastructures: Update to 0.18.13.
* gnu/packages/julia-xyz.scm (julia-datastructures): Update to 0.18.13.
Diffstat (limited to 'gnu')
-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 4995c858c8..50ae1c5f70 100644 --- a/gnu/packages/julia-xyz.scm +++ b/gnu/packages/julia-xyz.scm @@ -1254,7 +1254,7 @@ Julia from R or Python.") (define-public julia-datastructures (package (name "julia-datastructures") - (version "0.18.9") + (version "0.18.13") (source (origin (method git-fetch) @@ -1263,7 +1263,7 @@ Julia from R or Python.") (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "0hdqp8ipsqdw5bqqkdvz4j6n67x80sj5azr9vzyxwjfsgkfbnk2l")))) + (base32 "1ikrgc4d39980nrr77yzcnr1v74wrjh9xvyi2ajfzbcim58vrcqg")))) (propagated-inputs (list julia-compat julia-orderedcollections)) |