guix-commits
[Top][All Lists]
Advanced

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

01/04: gnu: cl-array-utils: Update to 1.2.0-0.29da8fc.


From: guix-commits
Subject: 01/04: gnu: cl-array-utils: Update to 1.2.0-0.29da8fc.
Date: Wed, 19 Jul 2023 03:47:00 -0400 (EDT)

glv pushed a commit to branch master
in repository guix.

commit 2d298564e39994be559d9518b88130f45ca1726f
Author: Andre A. Gomes <andremegafone@gmail.com>
AuthorDate: Mon Jul 17 19:27:36 2023 +0300

    gnu: cl-array-utils: Update to 1.2.0-0.29da8fc.
    
    * gnu/packages/lisp-xyz.scm (sbcl-array-utils): Update to 1.2.0-0.29da8fc.
    
    Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
---
 gnu/packages/lisp-xyz.scm | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index 9fc5341521..7c869f3a0e 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -10365,11 +10365,11 @@ macro.  This library provides a set of simple 
utilities to help with that.")
   (sbcl-package->ecl-package sbcl-form-fiddle))
 
 (define-public sbcl-array-utils
-  (let ((commit "40cea8fc895add87d1dba9232da817750222b528")
-        (revision "1"))
+  (let ((commit "29da8fccf6093fe8f8c7b2daef7de1a428ef1834")
+        (revision "0"))
     (package
       (name "sbcl-array-utils")
-      (version (git-version "1.1.1" revision commit))
+      (version (git-version "1.2.0" revision commit))
       (source
        (origin
          (method git-fetch)
@@ -10379,7 +10379,7 @@ macro.  This library provides a set of simple utilities 
to help with that.")
            (commit commit)))
          (file-name (git-file-name "cl-array-utils" version))
          (sha256
-          (base32 "0d7nddak8h2aa82z11vdbd97srk5bdgq41pzmibsz3ymspnndicd"))))
+          (base32 "1d66s2inb9hpw27hdb20x27dychmpn1mn35v0mlsib848qdz87az"))))
       (build-system asdf-build-system/sbcl)
       (native-inputs
        (list sbcl-parachute))



reply via email to

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