guix-commits
[Top][All Lists]
Advanced

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

05/06: gnu: julia-lazyarrays: Update to 0.22.2.


From: guix-commits
Subject: 05/06: gnu: julia-lazyarrays: Update to 0.22.2.
Date: Fri, 8 Oct 2021 04:24:08 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit 3c6ff2b9d11f04db3d03b171875463568babbed9
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Thu Oct 7 15:02:05 2021 +0300

    gnu: julia-lazyarrays: Update to 0.22.2.
    
    * gnu/packages/julia-xyz.scm (julia-lazyarrays): Update to 0.22.2.
---
 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 ff0977a..8bfd9d3 100644
--- a/gnu/packages/julia-xyz.scm
+++ b/gnu/packages/julia-xyz.scm
@@ -2410,7 +2410,7 @@ focus on speed and slick struct mapping.")
 (define-public julia-lazyarrays
   (package
     (name "julia-lazyarrays")
-    (version "0.21.14")
+    (version "0.22.2")
     (source
       (origin
         (method git-fetch)
@@ -2419,7 +2419,7 @@ focus on speed and slick struct mapping.")
                (commit (string-append "v" version))))
         (file-name (git-file-name name version))
         (sha256
-         (base32 "130kqyfk0h17s9dr9r1p9n1dgvzzlb1jwn6pj14lwr83s36glpv1"))))
+         (base32 "17rhlrmgfvdw8w62pg32ikr9j4xy2ylr7mx7ar0hnpzryv929rp5"))))
     (build-system julia-build-system)
     (propagated-inputs
      `(("julia-arraylayouts" ,julia-arraylayouts)



reply via email to

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