gnu: julia-arraylayouts: Update to 0.7.6.
* gnu/packages/julia-xyz.scm (julia-arraylayouts): Update to 0.7.6.
This commit is contained in:
parent
d13e8acb9f
commit
2024605041
1 changed files with 2 additions and 2 deletions
|
@ -181,7 +181,7 @@ no issues with the upgrade.")
|
||||||
(define-public julia-arraylayouts
|
(define-public julia-arraylayouts
|
||||||
(package
|
(package
|
||||||
(name "julia-arraylayouts")
|
(name "julia-arraylayouts")
|
||||||
(version "0.7.3")
|
(version "0.7.6")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -190,7 +190,7 @@ no issues with the upgrade.")
|
||||||
(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 "0ri05xhfrj2909c6yy09qm6zi8v8s5fvmbbwbg8qgjq0yxnviw32"))))
|
(base32 "05q62pks8j23pgbrfny072rrwzrz6q19l68srnjxxv39ncmdmrvg"))))
|
||||||
(build-system julia-build-system)
|
(build-system julia-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("julia-fillarrays" ,julia-fillarrays)))
|
`(("julia-fillarrays" ,julia-fillarrays)))
|
||||||
|
|
Reference in a new issue