gnu: julia-offsetarrays: Update to 1.8.0.
* gnu/packages/julia-xyz.scm (julia-offsetarrays): Update to 1.8.0.
This commit is contained in:
parent
8812aead97
commit
61b8f6f3e0
1 changed files with 2 additions and 2 deletions
|
@ -1083,7 +1083,7 @@ which they were added to the collection.")
|
||||||
(define-public julia-offsetarrays
|
(define-public julia-offsetarrays
|
||||||
(package
|
(package
|
||||||
(name "julia-offsetarrays")
|
(name "julia-offsetarrays")
|
||||||
(version "1.5.2")
|
(version "1.8.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -1092,7 +1092,7 @@ which they were added to the collection.")
|
||||||
(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 "1y3fnssw2hzyghrk6jfcxslab0f8sjkjszh482snfq4k6mkrhy77"))))
|
(base32 "0s02175pb2pkwg87g7vva2hsrh2ksj9ariw9ccd7axbdm2vd2zcs"))))
|
||||||
(build-system julia-build-system)
|
(build-system julia-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("julia-adapt" ,julia-adapt)))
|
`(("julia-adapt" ,julia-adapt)))
|
||||||
|
|
Reference in a new issue