guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: sbcl-nhooks: Update to 1.2.0.


From: guix-commits
Subject: branch master updated: gnu: sbcl-nhooks: Update to 1.2.0.
Date: Mon, 30 Jan 2023 05:55:31 -0500

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

ambrevar pushed a commit to branch master
in repository guix.

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

commit f62f3a7352d884475d62f53c1bc1448e87af9d6d
Author: Pierre Neidhardt <mail@ambrevar.xyz>
AuthorDate: Mon Jan 30 11:54:48 2023 +0100

    gnu: sbcl-nhooks: Update to 1.2.0.
    
    * gnu/packages/lisp-xyz.scm (sbcl-nhooks): Update to 1.2.0.
---
 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 2ac2b8a465..3551da7bb6 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -23674,7 +23674,7 @@ JavaScript code.")
 (define-public sbcl-nhooks
   (package
     (name "sbcl-nhooks")
-    (version "1.1.1")
+    (version "1.2.0")
     (source
      (origin
        (method git-fetch)
@@ -23684,7 +23684,7 @@ JavaScript code.")
        (file-name (git-file-name "nhooks" version))
        (sha256
         (base32
-         "1379q1wbh38xlkwlpf0xy9wgbbc869zznak3l4yzwfgiw6l2hxa1"))))
+         "1cpd9ydxkrl4vxn2clfwljl4q5hdybxkc96qshq7dczq2jvg1nfs"))))
     (build-system asdf-build-system/sbcl)
     (inputs
      (list sbcl-serapeum))



reply via email to

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