me
/
guix
Archived
1
0
Fork 0

gnu: julia-lazyarrays: Update to 0.22.2.

* gnu/packages/julia-xyz.scm (julia-lazyarrays): Update to 0.22.2.
master
Efraim Flashner 2021-10-07 15:02:05 +03:00
parent d92bd67995
commit 3c6ff2b9d1
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 2 additions and 2 deletions

View File

@ -2410,7 +2410,7 @@ focus on speed and slick struct mapping.")
(define-public julia-lazyarrays
(package
(name "julia-lazyarrays")
(version "0.21.14")
(version "0.22.2")
(source
(origin
(method git-fetch)
@ -2419,7 +2419,7 @@ focus on speed and slick struct mapping.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32 "130kqyfk0h17s9dr9r1p9n1dgvzzlb1jwn6pj14lwr83s36glpv1"))))
(base32 "17rhlrmgfvdw8w62pg32ikr9j4xy2ylr7mx7ar0hnpzryv929rp5"))))
(build-system julia-build-system)
(propagated-inputs
`(("julia-arraylayouts" ,julia-arraylayouts)