[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: sbcl-nhooks: Update to 1.1.1.
From: |
guix-commits |
Subject: |
branch master updated: gnu: sbcl-nhooks: Update to 1.1.1. |
Date: |
Sat, 02 Jul 2022 06:39:08 -0400 |
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 e00431806f gnu: sbcl-nhooks: Update to 1.1.1.
e00431806f is described below
commit e00431806f46903eb714e6cdfb7452408e867b24
Author: Pierre Neidhardt <mail@ambrevar.xyz>
AuthorDate: Sat Jul 2 12:38:26 2022 +0200
gnu: sbcl-nhooks: Update to 1.1.1.
* gnu/packages/lisp-xyz.scm (sbcl-nhooks): Update to 1.1.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 f678846ea0..22730cf4ce 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -20899,7 +20899,7 @@ JavaScript code.")
(define-public sbcl-nhooks
(package
(name "sbcl-nhooks")
- (version "1.0.0")
+ (version "1.1.1")
(source
(origin
(method git-fetch)
@@ -20909,7 +20909,7 @@ JavaScript code.")
(file-name (git-file-name "nhooks" version))
(sha256
(base32
- "1v3gh9jf4hbpl1hnyzhkrcj3jdh3q0mlp1n6ci2cbn2rsc65baff"))))
+ "1379q1wbh38xlkwlpf0xy9wgbbc869zznak3l4yzwfgiw6l2hxa1"))))
(build-system asdf-build-system/sbcl)
(inputs
(list sbcl-serapeum))
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: sbcl-nhooks: Update to 1.1.1.,
guix-commits <=