diff options
author | Guillaume Le Vaillant <glv@posteo.net> | 2024-05-21 14:36:24 +0200 |
---|---|---|
committer | Guillaume Le Vaillant <glv@posteo.net> | 2024-05-21 14:38:19 +0200 |
commit | af2791d4e1f5e2a09b4c7383d24973f80b0e5554 (patch) | |
tree | 2aec28355864fc62609ca646c0a70a314a40f960 | |
parent | b3d8d5511fdea0964309efe2c20a519ab3bd8121 (diff) | |
download | guix-af2791d4e1f5e2a09b4c7383d24973f80b0e5554.tar guix-af2791d4e1f5e2a09b4c7383d24973f80b0e5554.tar.gz |
gnu: cl-for: Update to 1.2.0-1.a397829.
* gnu/packages/lisp-xyz.scm (sbcl-for): Update to 1.2.0-1.a397829.
Change-Id: I521ed1cf56bf13934996ba35304cb842c394cdac
-rw-r--r-- | gnu/packages/lisp-xyz.scm | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm index 3c9de7fc77..d04ca500de 100644 --- a/gnu/packages/lisp-xyz.scm +++ b/gnu/packages/lisp-xyz.scm @@ -22333,20 +22333,20 @@ Django with a syntax similar to Python Jinja2.") (sbcl-package->cl-source-package sbcl-djula)) (define-public sbcl-for - (let ((commit "2e4fcfa0f9c1d2f4559c58cef20ccefa50ba180d") + (let ((commit "a39782991292e44ee3b5e2e25cddaa8115f6d363") (revision "1")) (package (name "sbcl-for") - (version (git-version "1.1.0" revision commit)) + (version (git-version "1.2.0" revision commit)) (source (origin (method git-fetch) (uri (git-reference (url "https://github.com/Shinmera/for") (commit commit))) - (file-name (git-file-name "for" version)) + (file-name (git-file-name "cl-for" version)) (sha256 - (base32 "1akz9ggh33x2cq3h0f1cd0p632v1mbagv3dzsb0r10bwg9lh3nmv")))) + (base32 "07jdwqkyb3qd65mng60cs723z7p0bv2769hhalz4c0mfzn8qrn99")))) (build-system asdf-build-system/sbcl) (inputs (list sbcl-documentation-utils sbcl-form-fiddle sbcl-lambda-fiddle)) |