me
/
guix
Archived
1
0
Fork 0

gnu: sbcl-spinneret: Update to 20220117.

* gnu/packages/lisp-xyz.scm (sbcl-spinneret): Update to 20220117.
master
Pierre Neidhardt 2022-01-24 09:11:59 +01:00
parent 337742303c
commit d6bef7dac0
No known key found for this signature in database
GPG Key ID: 9BDCF497A4BBCC7F
1 changed files with 3 additions and 3 deletions

View File

@ -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