summaryrefslogtreecommitdiff
path: root/gnu/packages/julia-xyz.scm
diff options
context:
space:
mode:
authorEfraim Flashner <efraim@flashner.co.il>2021-05-18 20:34:17 +0300
committerEfraim Flashner <efraim@flashner.co.il>2021-05-18 20:34:17 +0300
commit8812aead975bb6983776b9fdf73fd068435f75cc (patch)
tree2908cc92dad75b0b608af984150e64c5d38e9769 /gnu/packages/julia-xyz.scm
parent23d19ad7356f582b9a535ef141d49a714f192f47 (diff)
downloadguix-patches-8812aead975bb6983776b9fdf73fd068435f75cc.tar
guix-patches-8812aead975bb6983776b9fdf73fd068435f75cc.tar.gz
gnu: julia-orderedcollections: Update to 1.4.1.
* gnu/packages/julia-xyz.scm (julia-orderedcollections): Update to 1.4.1.
Diffstat (limited to 'gnu/packages/julia-xyz.scm')
-rw-r--r--gnu/packages/julia-xyz.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/julia-xyz.scm b/gnu/packages/julia-xyz.scm
index f3db0c8b87..51c3133816 100644
--- a/gnu/packages/julia-xyz.scm
+++ b/gnu/packages/julia-xyz.scm
@@ -1061,7 +1061,7 @@ Julia, with type-driven, overloadable packing/unpacking functionality.")
(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 @@ Julia, with type-driven, overloadable packing/unpacking functionality.")
(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")