summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCharles <charles.b.jackson@protonmail.com>2021-12-01 01:53:45 -0600
committerGuillaume Le Vaillant <glv@posteo.net>2021-12-01 09:44:03 +0100
commitf11605d96d703d96cd5207fb66ba1551c81cc99c (patch)
tree8d8d9ba40419729e7b25fca014023bd2e12ef9f9
parent4beb013c84cd44a2e6dc03a2697615c660985f4a (diff)
downloadguix-patches-f11605d96d703d96cd5207fb66ba1551c81cc99c.tar
guix-patches-f11605d96d703d96cd5207fb66ba1551c81cc99c.tar.gz
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>
-rw-r--r--gnu/packages/lisp-xyz.scm9
1 files changed, 5 insertions, 4 deletions
diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index 5d35da05d4..c6822558ec 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -17949,11 +17949,11 @@ functions allow Lisp programs to explore the web.")
(sbcl-package->cl-source-package sbcl-aserve))
(define-public sbcl-yxorp
- (let ((commit "b30c8710864d36f17d3a832ec21d1628f9d82054")
- (revision "3"))
+ (let ((commit "c306898a467995e123a22316c9b79fcac442415b")
+ (revision "4"))
(package
(name "sbcl-yxorp")
- (version (git-version "0.3" revision commit))
+ (version (git-version "0.4" revision commit))
(source
(origin
(method git-fetch)
@@ -17962,7 +17962,7 @@ functions allow Lisp programs to explore the web.")
(commit commit)))
(file-name (git-file-name "cl-yxorp" version))
(sha256
- (base32 "1ldx7p6j5l9k45w0dkf75mcav4n0qk2p2h4zgz4bdhm9i5nlwakz"))))
+ (base32 "0ll1s9w29yhhgqssgiw58fcapw4n040gkvpz4sxwv3q2v60rbidj"))))
(build-system asdf-build-system/sbcl)
(inputs
`(("chipz" ,sbcl-chipz)
@@ -17972,6 +17972,7 @@ functions allow Lisp programs to explore the web.")
("cl-str" ,sbcl-cl-str)
("cl-usocket" ,sbcl-usocket)
("flexi-streams" ,sbcl-flexi-streams)
+ ("rutils" ,sbcl-rutils)
("salza2" ,sbcl-salza2)
("trivial-garbage" ,sbcl-trivial-garbage)))
(home-page "https://github.com/charje/cl-yxorp")