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

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

bug#64612: closed ([PATCH] gnu: sbcl-nhooks: Update to 1.2.1.)


From: GNU bug Tracking System
Subject: bug#64612: closed ([PATCH] gnu: sbcl-nhooks: Update to 1.2.1.)
Date: Sat, 15 Jul 2023 09:02:03 +0000

Your message dated Sat, 15 Jul 2023 08:58:54 +0000
with message-id <874jm5czvm.fsf@kitej>
and subject line Re: [bug#64612] [PATCH] gnu: sbcl-nhooks: Update to 1.2.1.
has caused the debbugs.gnu.org bug report #64612,
regarding [PATCH] gnu: sbcl-nhooks: Update to 1.2.1.
to be marked as done.

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


-- 
64612: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=64612
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: sbcl-nhooks: Update to 1.2.1. Date: Fri, 14 Jul 2023 18:09:12 +0400 User-agent: mu4e 1.10.3; emacs 28.2
Hello Guix,

Find the nhooks update in the attached file.
>From 4a7117d6c2b3168e899b73c92475e8efbd240edc Mon Sep 17 00:00:00 2001
From: Artyom Bologov <mail@aartaka.me>
Date: Fri, 14 Jul 2023 18:06:55 +0400
Subject: [PATCH] gnu: sbcl-nhooks: Update to 1.2.1.

* gnu/packages/lisp-xyz.scm (sbcl-nhooks): Update to 1.2.1.
---
 gnu/packages/lisp-xyz.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index 7d528536ed..8a9f078d32 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -25471,7 +25471,7 @@ (define-public ecl-css-lite
 (define-public sbcl-nhooks
   (package
     (name "sbcl-nhooks")
-    (version "1.2.0")
+    (version "1.2.1")
     (source
      (origin
        (method git-fetch)
@@ -25481,7 +25481,7 @@ (define-public sbcl-nhooks
        (file-name (git-file-name "nhooks" version))
        (sha256
         (base32
-         "1cpd9ydxkrl4vxn2clfwljl4q5hdybxkc96qshq7dczq2jvg1nfs"))))
+         "10ym4ybda2l426flicqz0f4yg7fbw7yjk1k0wqpf4wfk24gm1b8g"))))
     (build-system asdf-build-system/sbcl)
     (inputs
      (list sbcl-serapeum))
-- 
2.40.1

Thanks,
--
Artyom Bologov.

--- End Message ---
--- Begin Message --- Subject: Re: [bug#64612] [PATCH] gnu: sbcl-nhooks: Update to 1.2.1. Date: Sat, 15 Jul 2023 08:58:54 +0000
I replaced fiveam by lisp-unit2 in 'native-inputs' for the tests to
pass, and applied the patch as b5a5e4d712d0a1998995be62bb41b03955b7dcf1.
Thanks.

Attachment: signature.asc
Description: PGP signature


--- End Message ---

reply via email to

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