unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#64701] [PATCH]: Update sbcl-array-utils to 1.2.0
@ 2023-07-18 11:46 André A. Gomes
  2023-07-19  7:47 ` bug#64701: " Guillaume Le Vaillant
  0 siblings, 1 reply; 2+ messages in thread
From: André A. Gomes @ 2023-07-18 11:46 UTC (permalink / raw)
  To: 64701

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

Hi Guix,

Patch attached.


-- 
André A. Gomes
"You cannot even find the ruins..."

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-gnu-sbcl-array-utils-Update-to-1.2.0.patch --]
[-- Type: text/x-patch, Size: 1509 bytes --]

From a35af725333b043b88e6b9270ccd7c661ed55ec9 Mon Sep 17 00:00:00 2001
From: "Andre A. Gomes" <andremegafone@gmail.com>
Date: Mon, 17 Jul 2023 19:27:36 +0300
Subject: [PATCH 1/5] gnu: sbcl-array-utils: Update to 1.2.0.

* gnu/packages/lisp-xyz.scm (sbcl-array-utils): Update to 1.2.0.
---
 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 @@ (define-public ecl-form-fiddle
   (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 @@ (define-public sbcl-array-utils
            (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))
-- 
2.41.0


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

* bug#64701: [PATCH]: Update sbcl-array-utils to 1.2.0
  2023-07-18 11:46 [bug#64701] [PATCH]: Update sbcl-array-utils to 1.2.0 André A. Gomes
@ 2023-07-19  7:47 ` Guillaume Le Vaillant
  0 siblings, 0 replies; 2+ messages in thread
From: Guillaume Le Vaillant @ 2023-07-19  7:47 UTC (permalink / raw)
  To: André A. Gomes; +Cc: 64701-done

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

Patch applied as 2d298564e39994be559d9518b88130f45ca1726f.
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:[~2023-07-19  7:48 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-07-18 11:46 [bug#64701] [PATCH]: Update sbcl-array-utils to 1.2.0 André A. Gomes
2023-07-19  7:47 ` bug#64701: " 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).