diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2022-12-13 11:44:44 +0200 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2022-12-21 19:22:48 +0200 |
commit | 8154f07422ba96c96970cf1d04de450ce563160d (patch) | |
tree | c287751263c3a09bf91b3fc99af517955066dab2 /gnu/packages/julia-xyz.scm | |
parent | 3ef53be9aca7aad7e8ab423d91417b94f483fba1 (diff) | |
download | guix-8154f07422ba96c96970cf1d04de450ce563160d.tar.gz |
gnu: julia-offsetarrays: Update to 1.12.8.
* gnu/packages/julia-xyz.scm (julia-offsetarrays): Update to 1.12.8.
Diffstat (limited to 'gnu/packages/julia-xyz.scm')
-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 2c9b0a48e4..64a3948806 100644 --- a/gnu/packages/julia-xyz.scm +++ b/gnu/packages/julia-xyz.scm @@ -4115,7 +4115,7 @@ which they were added to the collection.") (define-public julia-offsetarrays (package (name "julia-offsetarrays") - (version "1.10.3") + (version "1.12.8") (source (origin (method git-fetch) @@ -4124,7 +4124,7 @@ which they were added to the collection.") (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "0j5a8ar8yc0j9h87gwfyrcqm23wpyv5yv5gn8vzilpg4vr0fiasc")))) + (base32 "09cidr42q0xwp6wwyaw09hl580vqi85wb5f78pxrxcfm75yg3xki")))) (build-system julia-build-system) (propagated-inputs (list julia-adapt)) |