gnu: julia-lazyarrays: Update to 0.21.14.

* gnu/packages/julia-xyz.scm (julia-lazyarrays): Update to 0.21.14.
This commit is contained in:
Efraim Flashner 2021-08-06 18:30:35 +03:00
parent 8822ee1775
commit c8e2be3b32
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -2265,7 +2265,7 @@ (define-public julia-json3
(define-public julia-lazyarrays
(package
(name "julia-lazyarrays")
(version "0.21.11")
(version "0.21.14")
(source
(origin
(method git-fetch)
@ -2274,7 +2274,7 @@ (define-public julia-lazyarrays
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32 "1vdli4zr94xhrx5bpvrqiysz21nzlcgmqz0zhza1ayw0zjgzihfw"))))
(base32 "130kqyfk0h17s9dr9r1p9n1dgvzzlb1jwn6pj14lwr83s36glpv1"))))
(build-system julia-build-system)
(propagated-inputs
`(("julia-arraylayouts" ,julia-arraylayouts)