mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-22 02:07:56 +01:00
gnu: julia-lazyarrays: Update to 0.21.11.
* gnu/packages/julia-xyz.scm (julia-lazyarrays): Update to 0.21.11.
This commit is contained in:
parent
6087d0dbd6
commit
5f432ed5a7
1 changed files with 2 additions and 2 deletions
|
@ -2265,7 +2265,7 @@ (define-public julia-json3
|
||||||
(define-public julia-lazyarrays
|
(define-public julia-lazyarrays
|
||||||
(package
|
(package
|
||||||
(name "julia-lazyarrays")
|
(name "julia-lazyarrays")
|
||||||
(version "0.21.6")
|
(version "0.21.11")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -2274,7 +2274,7 @@ (define-public julia-lazyarrays
|
||||||
(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 "0zm1ihvi8v2823ap59ajqcs46s5z0nai8l70n51f6j9dzp8lc3cy"))))
|
(base32 "1vdli4zr94xhrx5bpvrqiysz21nzlcgmqz0zhza1ayw0zjgzihfw"))))
|
||||||
(build-system julia-build-system)
|
(build-system julia-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("julia-arraylayouts" ,julia-arraylayouts)
|
`(("julia-arraylayouts" ,julia-arraylayouts)
|
||||||
|
|
Loading…
Reference in a new issue