guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

09/11: gnu: julia-arraylayouts: Update to 0.8.18.


From: guix-commits
Subject: 09/11: gnu: julia-arraylayouts: Update to 0.8.18.
Date: Thu, 28 Sep 2023 07:37:40 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit 6ba5e21e3a2c1188731016166c9dc6c320f8b5df
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Thu Sep 28 12:16:04 2023 +0300

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

diff --git a/gnu/packages/julia-xyz.scm b/gnu/packages/julia-xyz.scm
index a7ebe294ea..d2be828fc6 100644
--- a/gnu/packages/julia-xyz.scm
+++ b/gnu/packages/julia-xyz.scm
@@ -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))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]