guix-commits
[Top][All Lists]
Advanced

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

19/49: gnu: julia-arraylayouts: Update to 0.7.3.


From: guix-commits
Subject: 19/49: gnu: julia-arraylayouts: Update to 0.7.3.
Date: Thu, 29 Jul 2021 07:46:23 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit 01546260b859ed91de00d1f938bfd21e404c2470
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Thu Jul 29 14:13:57 2021 +0300

    gnu: julia-arraylayouts: Update to 0.7.3.
    
    * gnu/packages/julia-xyz.scm (julia-arraylayouts): Update to 0.7.3.
---
 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 c5cbbf0..6280146 100644
--- a/gnu/packages/julia-xyz.scm
+++ b/gnu/packages/julia-xyz.scm
@@ -157,7 +157,7 @@ no issues with the upgrade.")
 (define-public julia-arraylayouts
   (package
     (name "julia-arraylayouts")
-    (version "0.7.0")
+    (version "0.7.3")
     (source
       (origin
         (method git-fetch)
@@ -166,7 +166,7 @@ no issues with the upgrade.")
                (commit (string-append "v" version))))
         (file-name (git-file-name name version))
         (sha256
-         (base32 "01725v4jp8h8zwn85splw907r206h1hnp205pchmzjin7h4659xz"))))
+         (base32 "0ri05xhfrj2909c6yy09qm6zi8v8s5fvmbbwbg8qgjq0yxnviw32"))))
     (build-system julia-build-system)
     (propagated-inputs
      `(("julia-fillarrays" ,julia-fillarrays)))



reply via email to

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