guix-commits
[Top][All Lists]
Advanced

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

38/49: gnu: julia-lazyarrays: Update to 0.21.11.


From: guix-commits
Subject: 38/49: gnu: julia-lazyarrays: Update to 0.21.11.
Date: Thu, 29 Jul 2021 07:46:29 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit 5f432ed5a74b4b58051dfeceaa9e8fae272c563d
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Thu Jul 29 14:14:03 2021 +0300

    gnu: julia-lazyarrays: Update to 0.21.11.
    
    * gnu/packages/julia-xyz.scm (julia-lazyarrays): Update to 0.21.11.
---
 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 5eb1ee2..ee74681 100644
--- a/gnu/packages/julia-xyz.scm
+++ b/gnu/packages/julia-xyz.scm
@@ -2265,7 +2265,7 @@ focus on speed and slick struct mapping.")
 (define-public julia-lazyarrays
   (package
     (name "julia-lazyarrays")
-    (version "0.21.6")
+    (version "0.21.11")
     (source
       (origin
         (method git-fetch)
@@ -2274,7 +2274,7 @@ focus on speed and slick struct mapping.")
                (commit (string-append "v" version))))
         (file-name (git-file-name name version))
         (sha256
-         (base32 "0zm1ihvi8v2823ap59ajqcs46s5z0nai8l70n51f6j9dzp8lc3cy"))))
+         (base32 "1vdli4zr94xhrx5bpvrqiysz21nzlcgmqz0zhza1ayw0zjgzihfw"))))
     (build-system julia-build-system)
     (propagated-inputs
      `(("julia-arraylayouts" ,julia-arraylayouts)



reply via email to

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