mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-08-26 06:42:52 +02:00
gnu: sbcl-trivial-do: Update to 0.1-2.a19f932.
* gnu/packages/lisp-xyz.scm (sbcl-trivial-do): Update to 0.1-2.a19f932. [version]: Refactor to use revision variable. Change-Id: I78c9f131fa2a46b1e0bfecb124e2e41e6f67fe3a
This commit is contained in:
@@ -32356,10 +32356,11 @@ binding @code{*debugger-hook*} is not enough -- most notably, for
|
|||||||
'(#:tests? #f))))
|
'(#:tests? #f))))
|
||||||
|
|
||||||
(define-public sbcl-trivial-do
|
(define-public sbcl-trivial-do
|
||||||
(let ((commit "03a1729f1e71bad3ebcf6cf098a0cce52dfa1163"))
|
(let ((commit "a19f93227cb80a6bec8846655ebcc7998020bd7e")
|
||||||
|
(revision "2"))
|
||||||
(package
|
(package
|
||||||
(name "sbcl-trivial-do")
|
(name "sbcl-trivial-do")
|
||||||
(version (git-version "0.1" "1" commit))
|
(version (git-version "0.1" revision commit))
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
@@ -32368,7 +32369,7 @@ binding @code{*debugger-hook*} is not enough -- most notably, for
|
|||||||
(commit commit)))
|
(commit commit)))
|
||||||
(file-name (git-file-name name commit))
|
(file-name (git-file-name name commit))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1ffva79nkicc7wc8c2ic5nayis3b2rk5sxzj74yjkymkjgbpcrgd"))))
|
(base32 "0vql7am4zyg6zav3l6n6q3qgdxlnchdxpgdxp8lr9sm7jra7sdsf"))))
|
||||||
(build-system asdf-build-system/sbcl)
|
(build-system asdf-build-system/sbcl)
|
||||||
(home-page "https://github.com/yitzchak/trivial-do")
|
(home-page "https://github.com/yitzchak/trivial-do")
|
||||||
(synopsis "Additional dolist style macros for Common Lisp")
|
(synopsis "Additional dolist style macros for Common Lisp")
|
||||||
|
|||||||
Reference in New Issue
Block a user