Archived
1
0
Fork 0

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:
Efraim Flashner 2021-05-18 20:34:18 +03:00
parent 8812aead97
commit 61b8f6f3e0
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -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)))