summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorEfraim Flashner <efraim@flashner.co.il>2021-07-29 14:14:00 +0300
committerEfraim Flashner <efraim@flashner.co.il>2021-07-29 14:43:40 +0300
commit23dbed6f76b63e2bb5640f7f8510f13452433f31 (patch)
treefb2de904133394d51883dc46d6ef8a971e2ec6b3 /gnu
parente076ed6eeebbf7a6fc65b42c058b885e73452d15 (diff)
downloadguix-patches-23dbed6f76b63e2bb5640f7f8510f13452433f31.tar
guix-patches-23dbed6f76b63e2bb5640f7f8510f13452433f31.tar.gz
gnu: julia-dictionaries: Update to 0.3.10.
* gnu/packages/julia-xyz.scm (julia-dictionaries): Update to 0.3.10.
Diffstat (limited to 'gnu')
-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 a10f99da30..78acb69558 100644
--- a/gnu/packages/julia-xyz.scm
+++ b/gnu/packages/julia-xyz.scm
@@ -887,7 +887,7 @@ dictionaries where values associated with a particular key may change,
(define-public julia-dictionaries
(package
(name "julia-dictionaries")
- (version "0.3.8")
+ (version "0.3.10")
(source
(origin
(method git-fetch)
@@ -896,7 +896,7 @@ dictionaries where values associated with a particular key may change,
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "1j88f6qa5hqm64n5q3jy08a02gwp7by401s03n5x7575p58iqqh2"))))
+ (base32 "1mm43hm8hd6sgmkkpqhbqhvap7mpkjwzmz5algxi6manp580gkr5"))))
(build-system julia-build-system)
(propagated-inputs
`(("julia-indexing" ,julia-indexing)))