3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: julia-arraylayouts: Update to 0.7.3.

* gnu/packages/julia-xyz.scm (julia-arraylayouts): Update to 0.7.3.
This commit is contained in:
Efraim Flashner 2021-07-29 14:13:57 +03:00
parent 7067111296
commit 01546260b8
Signed by untrusted user: efraim
GPG key ID: 41AAE7DCCA3D8351

View file

@ -157,7 +157,7 @@ no issues with the upgrade.")
(define-public julia-arraylayouts
(package
(name "julia-arraylayouts")
(version "0.7.0")
(version "0.7.3")
(source
(origin
(method git-fetch)
@ -166,7 +166,7 @@ no issues with the upgrade.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32 "01725v4jp8h8zwn85splw907r206h1hnp205pchmzjin7h4659xz"))))
(base32 "0ri05xhfrj2909c6yy09qm6zi8v8s5fvmbbwbg8qgjq0yxnviw32"))))
(build-system julia-build-system)
(propagated-inputs
`(("julia-fillarrays" ,julia-fillarrays)))