mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-15 07:27:48 -05:00
gnu: julia-offsetarrays: Update to 1.9.2.
* gnu/packages/julia-xyz.scm (julia-offsetarrays): Update to 1.9.2.
This commit is contained in:
parent
3e6ee9ee7f
commit
f862cb7525
1 changed files with 2 additions and 2 deletions
|
@ -2654,7 +2654,7 @@ (define-public julia-orderedcollections
|
||||||
(define-public julia-offsetarrays
|
(define-public julia-offsetarrays
|
||||||
(package
|
(package
|
||||||
(name "julia-offsetarrays")
|
(name "julia-offsetarrays")
|
||||||
(version "1.8.0")
|
(version "1.9.2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -2663,7 +2663,7 @@ (define-public julia-offsetarrays
|
||||||
(commit (string-append "v" version))))
|
(commit (string-append "v" version))))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0s02175pb2pkwg87g7vva2hsrh2ksj9ariw9ccd7axbdm2vd2zcs"))))
|
(base32 "10mycjmjlp80c1bsdmk1hnb5hg81zqd2dcxyaa9p55ykla051a9q"))))
|
||||||
(build-system julia-build-system)
|
(build-system julia-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("julia-adapt" ,julia-adapt)))
|
`(("julia-adapt" ,julia-adapt)))
|
||||||
|
|
Loading…
Reference in a new issue