mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-08 16:06:16 -05:00
gnu: julia-datastructures: Update to 0.18.13.
* gnu/packages/julia-xyz.scm (julia-datastructures): Update to 0.18.13.
This commit is contained in:
parent
b2c4e83f2c
commit
e8da13598a
1 changed files with 2 additions and 2 deletions
|
@ -1254,7 +1254,7 @@ (define-public julia-dataframes
|
|||
(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 @@ (define-public julia-datastructures
|
|||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "0hdqp8ipsqdw5bqqkdvz4j6n67x80sj5azr9vzyxwjfsgkfbnk2l"))))
|
||||
(base32 "1ikrgc4d39980nrr77yzcnr1v74wrjh9xvyi2ajfzbcim58vrcqg"))))
|
||||
(propagated-inputs
|
||||
(list julia-compat
|
||||
julia-orderedcollections))
|
||||
|
|
Loading…
Reference in a new issue