diff options
author | Artyom Bologov <mail@aartaka.me> | 2023-07-05 21:15:40 +0400 |
---|---|---|
committer | Guillaume Le Vaillant <glv@posteo.net> | 2023-07-10 09:55:33 +0200 |
commit | 1c194cd2bb5191f73499ec869952859d711ff225 (patch) | |
tree | a4f15b5aebc930525e2a8643084b1176a6048109 /gnu/packages/lisp-xyz.scm | |
parent | ca6e688883c1ddf756c285dff9cf524b5955852d (diff) | |
download | guix-1c194cd2bb5191f73499ec869952859d711ff225.tar.gz |
gnu: cl-spinneret: Update to 3.0-6.d4398b5.
* gnu/packages/lisp-xyz.scm (sbcl-spinneret): Update to 3.0-6.d4398b5. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
Diffstat (limited to 'gnu/packages/lisp-xyz.scm')
-rw-r--r-- | gnu/packages/lisp-xyz.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm index 38e8abb63b..92f8e4454b 100644 --- a/gnu/packages/lisp-xyz.scm +++ b/gnu/packages/lisp-xyz.scm @@ -22758,10 +22758,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 "52709ab953c46b24cbc2f0e3a50ae362916e730c")) + (let ((commit "d4398b5a344b5c59e497c9ee78fdbae7cc434f74")) (package (name "sbcl-spinneret") - (version (git-version "3.0" "5" commit)) + (version (git-version "3.0" "6" commit)) (source (origin (method git-fetch) @@ -22770,7 +22770,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 "1wzs0hzlwf0vzk4gb66psqz6gqcf3x7yfpi9gghbil97iz6fyc7z")))) + (base32 "1mdd92gfxfdsd81fcd8fgz8z7dwsb0kcv7zyzdgnw8lavkib5zly")))) (build-system asdf-build-system/sbcl) (inputs (list sbcl-alexandria |