gnu: julia-arraylayouts: Update to 0.8.18.
* gnu/packages/julia-xyz.scm (julia-arraylayouts): Update to 0.8.18.
parent
3a27d6178b
commit
6ba5e21e3a
|
@ -231,7 +231,7 @@ no issues with the upgrade.")
|
||||||
(define-public julia-arraylayouts
|
(define-public julia-arraylayouts
|
||||||
(package
|
(package
|
||||||
(name "julia-arraylayouts")
|
(name "julia-arraylayouts")
|
||||||
(version "0.8.16")
|
(version "0.8.18")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -240,7 +240,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 "1j11jid4scw9icrbr8g6myp17nabjzmf4f40cichb20lzf1agz8l"))))
|
(base32 "11h0w1bqw2md5gh4dfmm1aazifcs2ydrc47hqzvav1xrx25b57z5"))))
|
||||||
(build-system julia-build-system)
|
(build-system julia-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list julia-fillarrays))
|
(list julia-fillarrays))
|
||||||
|
|
Reference in New Issue