guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: cl-nhooks: Update to 1.2.1.


From: guix-commits
Subject: branch master updated: gnu: cl-nhooks: Update to 1.2.1.
Date: Sat, 15 Jul 2023 04:58:34 -0400

This is an automated email from the git hooks/post-receive script.

glv pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new b5a5e4d712 gnu: cl-nhooks: Update to 1.2.1.
b5a5e4d712 is described below

commit b5a5e4d712d0a1998995be62bb41b03955b7dcf1
Author: Artyom Bologov <mail@aartaka.me>
AuthorDate: Fri Jul 14 18:09:12 2023 +0400

    gnu: cl-nhooks: Update to 1.2.1.
    
    * gnu/packages/lisp-xyz.scm (sbcl-nhooks): Update to 1.2.1.
      [native-inputs]: Remove sbcl-fiveam, add sbcl-lisp-unit2.
    
    Co-authored-by: Guillaume Le Vaillant <glv@posteo.net>
---
 gnu/packages/lisp-xyz.scm | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index a59c555f9a..9fc5341521 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -25508,22 +25508,22 @@ JavaScript code.")
 (define-public sbcl-nhooks
   (package
     (name "sbcl-nhooks")
-    (version "1.2.0")
+    (version "1.2.1")
     (source
      (origin
        (method git-fetch)
        (uri (git-reference
              (url "https://github.com/atlas-engineer/nhooks";)
              (commit version)))
-       (file-name (git-file-name "nhooks" version))
+       (file-name (git-file-name "cl-nhooks" version))
        (sha256
         (base32
-         "1cpd9ydxkrl4vxn2clfwljl4q5hdybxkc96qshq7dczq2jvg1nfs"))))
+         "10ym4ybda2l426flicqz0f4yg7fbw7yjk1k0wqpf4wfk24gm1b8g"))))
     (build-system asdf-build-system/sbcl)
     (inputs
      (list sbcl-serapeum))
     (native-inputs
-     (list sbcl-fiveam))
+     (list sbcl-lisp-unit2))
     (home-page "https://github.com/atlas-engineer/nhooks";)
     (synopsis "Hook facility for Common Lisp")
     (description "This package holds an enhanced implementation of



reply via email to

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