diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2021-07-29 14:14:03 +0300 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2021-07-29 14:43:42 +0300 |
commit | c2305209c27e564ed888a54f0fb62ba82da718d1 (patch) | |
tree | 06e4a95e2b10cd0183abf2ab9cb8f6e14bb86965 /gnu | |
parent | f70db259829803995c629dcde9386727988a5796 (diff) |
gnu: julia-offsetarrays: Update to 1.10.3.
* gnu/packages/julia-xyz.scm (julia-offsetarrays): Update to 1.10.3.
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 e68cbe8693..6821052dc7 100644 --- a/gnu/packages/julia-xyz.scm +++ b/gnu/packages/julia-xyz.scm @@ -2711,7 +2711,7 @@ which they were added to the collection.") (define-public julia-offsetarrays (package (name "julia-offsetarrays") - (version "1.9.2") + (version "1.10.3") (source (origin (method git-fetch) @@ -2720,7 +2720,7 @@ which they were added to the collection.") (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "10mycjmjlp80c1bsdmk1hnb5hg81zqd2dcxyaa9p55ykla051a9q")))) + (base32 "0j5a8ar8yc0j9h87gwfyrcqm23wpyv5yv5gn8vzilpg4vr0fiasc")))) (build-system julia-build-system) (propagated-inputs `(("julia-adapt" ,julia-adapt))) |