emacs-bug-tracker
[Top][All Lists]
Advanced

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

bug#59439: closed ([PATCH] gnu: cl-plump: Update to 2.0.0-3.0c3e0b5.)


From: GNU bug Tracking System
Subject: bug#59439: closed ([PATCH] gnu: cl-plump: Update to 2.0.0-3.0c3e0b5.)
Date: Tue, 22 Nov 2022 09:12:02 +0000

Your message dated Tue, 22 Nov 2022 09:10:25 +0000
with message-id <87cz9f5p7h.fsf@kitej>
and subject line Re: [bug#59439] [PATCH] gnu: cl-plump: Update to 
2.0.0-3.0c3e0b5.
has caused the debbugs.gnu.org bug report #59439,
regarding [PATCH] gnu: cl-plump: Update to 2.0.0-3.0c3e0b5.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
59439: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=59439
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: cl-plump: Update to 2.0.0-3.0c3e0b5. Date: Mon, 21 Nov 2022 10:28:22 +0000
* 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





--- End Message ---
--- Begin Message --- Subject: Re: [bug#59439] [PATCH] gnu: cl-plump: Update to 2.0.0-3.0c3e0b5. Date: Tue, 22 Nov 2022 09:10:25 +0000
Patch pushed as 105f17013f260c7cf1d9d70b17031d76e7e2d902.
Thanks.

Attachment: signature.asc
Description: PGP signature


--- End Message ---

reply via email to

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