~ruther/guix-local

6ba5e21e3a2c1188731016166c9dc6c320f8b5df — Efraim Flashner 2 years ago 3a27d61
gnu: julia-arraylayouts: Update to 0.8.18.

* gnu/packages/julia-xyz.scm (julia-arraylayouts): Update to 0.8.18.
1 files changed, 2 insertions(+), 2 deletions(-)

M gnu/packages/julia-xyz.scm
M gnu/packages/julia-xyz.scm => gnu/packages/julia-xyz.scm +2 -2
@@ 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))