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

* gnu/packages/lisp-xyz.scm (sbcl-plump): Update to 2.0.0-3.0c3e0b5.
[file-name]: Rename to cl-plump.
---
 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 7692246e8d..2cad80517a 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -8780,8 +8780,8 @@ (define-public ecl-array-utils
   (sbcl-package->ecl-package sbcl-array-utils))

 (define-public sbcl-plump
-  (let ((commit "3584275f0be9d06c0c51b5c08f89005deafc4ada")
-        (revision "2"))
+  (let ((commit "0c3e0b57b43b6e0c5794b6a902f1cf5bee2a2927")
+        (revision "3"))
     (package
       (name "sbcl-plump")
       (version (git-version "2.0.0" revision commit))
@@ -8792,10 +8792,9 @@ (define-public sbcl-plump
           (git-reference
            (url "https://github.com/Shinmera/plump")
            (commit commit)))
-         (file-name (git-file-name name version))
+         (file-name (git-file-name "cl-plump" version))
          (sha256
-          (base32
-           "1w4wz7f6dc2ckdq9wq9r5014bg2nxjifj9yz1zzn41r8h1h5xfcd"))))
+          (base32 "1fyb66pqvr1iy31ah9638ihs8cax17zkxk0zq14jy7x5l9rq1qlf"))))
       (build-system asdf-build-system/sbcl)
       (inputs
        (list sbcl-array-utils sbcl-documentation-utils))
--
2.38.0






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

* bug#59439: [PATCH] gnu: cl-plump: Update to 2.0.0-3.0c3e0b5.
  2022-11-21 10:28 [bug#59439] [PATCH] gnu: cl-plump: Update to 2.0.0-3.0c3e0b5 Paul A. Patience
@ 2022-11-22  9:10 ` Guillaume Le Vaillant
  0 siblings, 0 replies; 2+ messages in thread
From: Guillaume Le Vaillant @ 2022-11-22  9:10 UTC (permalink / raw)
  To: Paul A. Patience; +Cc: 59439-done

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

Patch pushed as 105f17013f260c7cf1d9d70b17031d76e7e2d902.
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:28 [bug#59439] [PATCH] gnu: cl-plump: Update to 2.0.0-3.0c3e0b5 Paul A. Patience
2022-11-22  9:10 ` bug#59439: " 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).