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

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

bug#68100: closed ([PATCH] gnu: cl-shasht: Update to 0.1-2.27ba0a8.)


From: GNU bug Tracking System
Subject: bug#68100: closed ([PATCH] gnu: cl-shasht: Update to 0.1-2.27ba0a8.)
Date: Thu, 04 Jan 2024 10:49:02 +0000

Your message dated Thu, 04 Jan 2024 10:47:25 +0000
with message-id <8734vdwf14.fsf@kitej>
and subject line Re: [bug#68100] [PATCH] gnu: cl-shasht: Update to 
0.1-2.27ba0a8.
has caused the debbugs.gnu.org bug report #68100,
regarding [PATCH] gnu: cl-shasht: Update to 0.1-2.27ba0a8.
to be marked as done.

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


-- 
68100: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=68100
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: cl-shasht: Update to 0.1-2.27ba0a8. Date: Fri, 29 Dec 2023 12:22:45 +0000
* gnu/packages/lisp-xyz.scm (sbcl-shasht): Update to 0.1-2.27ba0a8.
  [inputs]: Add sbcl-closer-mop.

Change-Id: I7e7e534d5234158993c9f452d2c5107ce1d9dee9
---
 gnu/packages/lisp-xyz.scm | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index 1625197550..514b1fe2b8 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -20785,25 +20785,25 @@ (define-public cl-typesetting
   (sbcl-package->cl-source-package sbcl-cl-typesetting))
 
 (define-public sbcl-shasht
-  (let ((commit "4055327ef8e2aaa8627892ab256350ff3cb15e3c")
-        (revision "1"))
+  (let ((commit "27ba0a8842e103f2d575b3c8bbcfc19bd172d9ea")
+        (revision "2"))
     (package
       (name "sbcl-shasht")
-      (version (git-version "0.1.0" revision commit))
+      (version (git-version "0.1" revision commit))
       (source
        (origin
          (method git-fetch)
          (uri (git-reference
                (url "https://github.com/yitzchak/shasht";)
                (commit commit)))
-         (file-name (git-file-name "shasht" version))
+         (file-name (git-file-name "cl-shasht" version))
          (sha256
-          (base32 "01mh20s5gj0lajq45anxji77ykq1wcg72mn1y9a1k8i7q1ainjlr"))))
+          (base32 "1y7qh8kdhk06243vkmxzdk0y9rax4g8pv28bd01j48ix777mpcdc"))))
       (build-system asdf-build-system/sbcl)
       (native-inputs
        (list sbcl-alexandria sbcl-parachute))
       (inputs
-       (list sbcl-trivial-do))
+       (list sbcl-closer-mop sbcl-trivial-do))
       (home-page "https://yitzchak.github.io/shasht/";)
       (synopsis "Common Lisp JSON reading and writing library")
       (description

base-commit: d4cef7edffe0283949fc0f06d7796cea3543b92f
-- 
2.41.0





--- End Message ---
--- Begin Message --- Subject: Re: [bug#68100] [PATCH] gnu: cl-shasht: Update to 0.1-2.27ba0a8. Date: Thu, 04 Jan 2024 10:47:25 +0000
Patch applied as 0fd2cb26329805ffba0df20bd96ee3673b8c3443.
Thanks.

Attachment: signature.asc
Description: PGP signature


--- End Message ---

reply via email to

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