me
/
guix
Archived
1
0
Fork 0

gnu: cl-let-plus: Update to 0.0.0-2.455e657.

* gnu/packages/lisp-xyz.scm (sbcl-let-plus): Update to 0.0.0-2.455e657.
Guillaume Le Vaillant 2023-02-24 11:19:35 +01:00
parent 27ac29ff23
commit 90c24caa42
No known key found for this signature in database
GPG Key ID: 6BE8208ADF21FE3F
1 changed files with 5 additions and 5 deletions

View File

@ -3519,10 +3519,11 @@ new fiends in addition to old friends like @command{aif} and
(sbcl-package->ecl-package sbcl-anaphora)) (sbcl-package->ecl-package sbcl-anaphora))
(define-public sbcl-let-plus (define-public sbcl-let-plus
(let ((commit "5f14af61d501ecead02ec6b5a5c810efc0c9fdbb")) (let ((commit "455e657e077235829b197f7ccafd596fcda69e30")
(revision "2"))
(package (package
(name "sbcl-let-plus") (name "sbcl-let-plus")
(version (git-version "0.0.0" "1" commit)) (version (git-version "0.0.0" revision commit))
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -3530,9 +3531,8 @@ new fiends in addition to old friends like @command{aif} and
(url "https://github.com/sharplispers/let-plus") (url "https://github.com/sharplispers/let-plus")
(commit commit))) (commit commit)))
(sha256 (sha256
(base32 (base32 "00c0nq6l4zb692rzsc9aliqzj3avrssfyz4bhxzl7f1jsz3m29jb"))
"0i050ca2iys9f5mb7dgqgqdxfnc3b0rnjdwv95sqd490vkiwrsaj")) (file-name (git-file-name "cl-let-plus" version))))
(file-name (git-file-name "let-plus" version))))
(build-system asdf-build-system/sbcl) (build-system asdf-build-system/sbcl)
(inputs (inputs
(list sbcl-alexandria sbcl-anaphora)) (list sbcl-alexandria sbcl-anaphora))