[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: sbcl-spinneret: Update to 20220117.
From: |
guix-commits |
Subject: |
branch master updated: gnu: sbcl-spinneret: Update to 20220117. |
Date: |
Mon, 24 Jan 2022 03:14:56 -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 d6bef7dac0 gnu: sbcl-spinneret: Update to 20220117.
d6bef7dac0 is described below
commit d6bef7dac039a38036367426361933e80e62088b
Author: Pierre Neidhardt <mail@ambrevar.xyz>
AuthorDate: Mon Jan 24 09:11:59 2022 +0100
gnu: sbcl-spinneret: Update to 20220117.
* gnu/packages/lisp-xyz.scm (sbcl-spinneret): Update to 20220117.
---
gnu/packages/lisp-xyz.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index f7454d1cc4..25fa21f70f 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -18112,10 +18112,10 @@ bound to whatever value was in the same place in the
URL (as a string).")
(define-public sbcl-spinneret
;; No release since 2019, no tags.
- (let ((commit "02451b32648eda4e6e4022bbb7f91d9ea71bebbc"))
+ (let ((commit "52709ab953c46b24cbc2f0e3a50ae362916e730c"))
(package
(name "sbcl-spinneret")
- (version (git-version "3.0" "4" commit))
+ (version (git-version "3.0" "5" commit))
(source
(origin
(method git-fetch)
@@ -18124,7 +18124,7 @@ bound to whatever value was in the same place in the
URL (as a string).")
(commit commit)))
(file-name (git-file-name name version))
(sha256
- (base32 "0jllnsi2ibw0gax9szpdrjxvw9qqibydpdbnkf683yfb1d5jlci1"))))
+ (base32 "1wzs0hzlwf0vzk4gb66psqz6gqcf3x7yfpi9gghbil97iz6fyc7z"))))
(build-system asdf-build-system/sbcl)
(inputs
(list sbcl-alexandria
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: sbcl-spinneret: Update to 20220117.,
guix-commits <=