me
/
guix
Archived
1
0
Fork 0

gnu: julia-arraylayouts: Update to 0.8.18.

* gnu/packages/julia-xyz.scm (julia-arraylayouts): Update to 0.8.18.
Efraim Flashner 2023-09-28 12:16:04 +03:00
parent 3a27d6178b
commit 6ba5e21e3a
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 2 additions and 2 deletions

View File

@ -231,7 +231,7 @@ no issues with the upgrade.")
(define-public julia-arraylayouts
(package
(name "julia-arraylayouts")
(version "0.8.16")
(version "0.8.18")
(source
(origin
(method git-fetch)
@ -240,7 +240,7 @@ no issues with the upgrade.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32 "1j11jid4scw9icrbr8g6myp17nabjzmf4f40cichb20lzf1agz8l"))))
(base32 "11h0w1bqw2md5gh4dfmm1aazifcs2ydrc47hqzvav1xrx25b57z5"))))
(build-system julia-build-system)
(propagated-inputs
(list julia-fillarrays))