mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-18 17:01:51 -05:00
gnu: julia-orderedcollections: Update to 1.4.1.
* gnu/packages/julia-xyz.scm (julia-orderedcollections): Update to 1.4.1.
This commit is contained in:
parent
23d19ad735
commit
8812aead97
1 changed files with 2 additions and 2 deletions
|
@ -1061,7 +1061,7 @@ (define-public julia-nanmath
|
|||
(define-public julia-orderedcollections
|
||||
(package
|
||||
(name "julia-orderedcollections")
|
||||
(version "1.3.2")
|
||||
(version "1.4.1")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -1070,7 +1070,7 @@ (define-public julia-orderedcollections
|
|||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "0sfip1ixghsz91q2s7d62rgzw3gppg42fg6bccxlplqa3hfmbycf"))))
|
||||
(base32 "0jaxcmvkp8zpqrz101yikdigz90s70i7in5wn8kybwzf0na3lhwf"))))
|
||||
(build-system julia-build-system)
|
||||
(home-page "https://github.com/JuliaCollections/OrderedCollections.jl")
|
||||
(synopsis "Associative containers that preserve insertion order")
|
||||
|
|
Loading…
Reference in a new issue