mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-22 02:07:56 +01:00
gnu: julia-offsetarrays: Update to 1.10.3.
* gnu/packages/julia-xyz.scm (julia-offsetarrays): Update to 1.10.3.
This commit is contained in:
parent
f70db25982
commit
c2305209c2
1 changed files with 2 additions and 2 deletions
|
@ -2711,7 +2711,7 @@ (define-public julia-orderedcollections
|
|||
(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 @@ (define-public julia-offsetarrays
|
|||
(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)))
|
||||
|
|
Loading…
Reference in a new issue