gnu: cl-eclector: Update to 0.9.0-0.d499b09.

* gnu/packages/lisp-xyz.scm (sbcl-eclector): Update to 0.9.0-0.d499b09.

Change-Id: Idb4dd189c39eed98b7992271a5dd4354c02ef641
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
This commit is contained in:
Paul A. Patience 2023-12-30 02:14:12 +00:00 committed by Guillaume Le Vaillant
parent 3f5023a503
commit fe4c2a1277
No known key found for this signature in database
GPG key ID: 6BE8208ADF21FE3F

View file

@ -18196,18 +18196,20 @@ the origin.")
(sbcl-package->cl-source-package sbcl-concrete-syntax-tree)) (sbcl-package->cl-source-package sbcl-concrete-syntax-tree))
(define-public sbcl-eclector (define-public sbcl-eclector
(let ((commit "d499b09142c7e39b4ef52e821fa767d5a8d606a0")
(revision "0"))
(package (package
(name "sbcl-eclector") (name "sbcl-eclector")
(version "0.9.0") (version (git-version "0.9.0" revision commit))
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
(uri (git-reference (uri (git-reference
(url "https://github.com/s-expressionists/Eclector") (url "https://github.com/s-expressionists/Eclector")
(commit version))) (commit commit)))
(file-name (git-file-name "cl-eclector" version)) (file-name (git-file-name "cl-eclector" version))
(sha256 (sha256
(base32 "10whwpz08fkdcz59sz1b6rn5r1pdns5wnsb1g26gppiv3rrg3cvh")))) (base32 "1sg8wmdpm8pcjwk394way5vs2ya3r995lddmi51q9zfn9hmzb7gn"))))
(build-system asdf-build-system/sbcl) (build-system asdf-build-system/sbcl)
(native-inputs (native-inputs
(list sbcl-fiveam)) (list sbcl-fiveam))
@ -18231,7 +18233,7 @@ is realized as a restart.
It can also produce instances of the concrete syntax tree classes provided by It can also produce instances of the concrete syntax tree classes provided by
the concrete syntax tree library.") the concrete syntax tree library.")
(license license:bsd-2))) (license license:bsd-2))))
(define-public ecl-eclector (define-public ecl-eclector
(sbcl-package->ecl-package sbcl-eclector)) (sbcl-package->ecl-package sbcl-eclector))