unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#59441] [PATCH] gnu: cl-array-utils: Update to 1.1.1-1.40cea8f.
@ 2022-11-21 10:33 Paul A. Patience
  2022-11-22  9:11 ` bug#59441: " Guillaume Le Vaillant
  0 siblings, 1 reply; 2+ messages in thread
From: Paul A. Patience @ 2022-11-21 10:33 UTC (permalink / raw)
  To: 59441; +Cc: Paul A. Patience

* gnu/packages/lisp-xyz.scm (sbcl-array-utils): Update to 1.1.1-1.40cea8f.
[file-name]: Rename to cl-array-utils.
---
 gnu/packages/lisp-xyz.scm | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index 2cad80517a..a0fb302ded 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -8745,8 +8745,8 @@ (define-public ecl-form-fiddle
   (sbcl-package->ecl-package sbcl-form-fiddle))

 (define-public sbcl-array-utils
-  (let ((commit "f90eb9070d0b2205af51126a35033574725e5c56")
-        (revision "0"))
+  (let ((commit "40cea8fc895add87d1dba9232da817750222b528")
+        (revision "1"))
     (package
       (name "sbcl-array-utils")
       (version (git-version "1.1.1" revision commit))
@@ -8757,10 +8757,9 @@ (define-public sbcl-array-utils
           (git-reference
            (url "https://github.com/Shinmera/array-utils")
            (commit commit)))
-         (file-name (git-file-name name version))
+         (file-name (git-file-name "cl-array-utils" version))
          (sha256
-          (base32
-           "0zhwfbpr53vs1ii4sx75dz2k9yhh1xpwdqqpg8nmfndxkmhpbi3x"))))
+          (base32 "0d7nddak8h2aa82z11vdbd97srk5bdgq41pzmibsz3ymspnndicd"))))
       (build-system asdf-build-system/sbcl)
       (native-inputs
        (list sbcl-parachute))
--
2.38.0






^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#59441: [PATCH] gnu: cl-array-utils: Update to 1.1.1-1.40cea8f.
  2022-11-21 10:33 [bug#59441] [PATCH] gnu: cl-array-utils: Update to 1.1.1-1.40cea8f Paul A. Patience
@ 2022-11-22  9:11 ` Guillaume Le Vaillant
  0 siblings, 0 replies; 2+ messages in thread
From: Guillaume Le Vaillant @ 2022-11-22  9:11 UTC (permalink / raw)
  To: Paul A. Patience; +Cc: 59441-done

[-- Attachment #1: Type: text/plain, Size: 66 bytes --]

Patch pushed as bb829bb23bc85e8218855e477c564e3b72579069.
Thanks.

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 247 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-11-22  9:12 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-11-21 10:33 [bug#59441] [PATCH] gnu: cl-array-utils: Update to 1.1.1-1.40cea8f Paul A. Patience
2022-11-22  9:11 ` bug#59441: " Guillaume Le Vaillant

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).