[PATCH] gnu: sbcl-nhooks: Update to 1.2.1.

  • Done
  • quality assurance status badge
Details
2 participants
  • Guillaume Le Vaillant
  • Artyom Bologov
Owner
unassigned
Submitted by
Artyom Bologov
Severity
normal

Debbugs page

Artyom Bologov wrote 2 years ago
(name . Guix patches)(address . guix-patches@gnu.org)
87lefi7fcw.fsf@aartaka.me
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(-)

Toggle diff (24 lines)
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.
Guillaume Le Vaillant wrote 2 years ago
(name . Artyom Bologov)(address . mail@aartaka.me)(address . 64612-done@debbugs.gnu.org)
874jm5czvm.fsf@kitej
I replaced fiveam by lisp-unit2 in 'native-inputs' for the tests to
pass, and applied the patch as b5a5e4d712d0a1998995be62bb41b03955b7dcf1.
Thanks.
-----BEGIN PGP SIGNATURE-----

iIUEAREKAC0WIQTLxZxm7Ce5cXlAaz5r6CCK3yH+PwUCZLJgXQ8cZ2x2QHBvc3Rl
by5uZXQACgkQa+ggit8h/j865gD6Ag8qklSII24mlYaqz5Mbpzu0gZ0ZuCjA/Y8p
rYZUjIAA/15cLLxFoYbYh7tgklybvnHWciW5LRvWo8K1hIJQCQaJ
=7N6W
-----END PGP SIGNATURE-----

Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 64612@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 64612
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help