Archived
1
0
Fork 0

gnu: cl-yxorp: Update to 0.4.

* gnu/packages/lisp-xyz.scm (sbcl-yxorp): Update to 0.4.

Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
This commit is contained in:
Charles 2021-12-01 01:53:45 -06:00 committed by Guillaume Le Vaillant
parent 4beb013c84
commit f11605d96d
No known key found for this signature in database
GPG key ID: 6BE8208ADF21FE3F

View file

@ -17949,11 +17949,11 @@ functions allow Lisp programs to explore the web.")
(sbcl-package->cl-source-package sbcl-aserve)) (sbcl-package->cl-source-package sbcl-aserve))
(define-public sbcl-yxorp (define-public sbcl-yxorp
(let ((commit "b30c8710864d36f17d3a832ec21d1628f9d82054") (let ((commit "c306898a467995e123a22316c9b79fcac442415b")
(revision "3")) (revision "4"))
(package (package
(name "sbcl-yxorp") (name "sbcl-yxorp")
(version (git-version "0.3" revision commit)) (version (git-version "0.4" revision commit))
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -17962,7 +17962,7 @@ functions allow Lisp programs to explore the web.")
(commit commit))) (commit commit)))
(file-name (git-file-name "cl-yxorp" version)) (file-name (git-file-name "cl-yxorp" version))
(sha256 (sha256
(base32 "1ldx7p6j5l9k45w0dkf75mcav4n0qk2p2h4zgz4bdhm9i5nlwakz")))) (base32 "0ll1s9w29yhhgqssgiw58fcapw4n040gkvpz4sxwv3q2v60rbidj"))))
(build-system asdf-build-system/sbcl) (build-system asdf-build-system/sbcl)
(inputs (inputs
`(("chipz" ,sbcl-chipz) `(("chipz" ,sbcl-chipz)
@ -17972,6 +17972,7 @@ functions allow Lisp programs to explore the web.")
("cl-str" ,sbcl-cl-str) ("cl-str" ,sbcl-cl-str)
("cl-usocket" ,sbcl-usocket) ("cl-usocket" ,sbcl-usocket)
("flexi-streams" ,sbcl-flexi-streams) ("flexi-streams" ,sbcl-flexi-streams)
("rutils" ,sbcl-rutils)
("salza2" ,sbcl-salza2) ("salza2" ,sbcl-salza2)
("trivial-garbage" ,sbcl-trivial-garbage))) ("trivial-garbage" ,sbcl-trivial-garbage)))
(home-page "https://github.com/charje/cl-yxorp") (home-page "https://github.com/charje/cl-yxorp")