gnu: cl-yxorp: Update to 0.2.
* gnu/packages/lisp-xyz.scm (sbcl-yxorp): Update to 0.2. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
This commit is contained in:
parent
616216b0ad
commit
e26a149e22
1 changed files with 4 additions and 4 deletions
|
@ -17896,11 +17896,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 "d2e8f9304549e47ae5c7fa35a6b114804603eac9")
|
(let ((commit "041d0a535d6406df703f5f037d3d2cad4159c74d")
|
||||||
(revision "1"))
|
(revision "2"))
|
||||||
(package
|
(package
|
||||||
(name "sbcl-yxorp")
|
(name "sbcl-yxorp")
|
||||||
(version (git-version "0" revision commit))
|
(version (git-version "0.2" revision commit))
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -17909,7 +17909,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 "1zz1j678vzwkf817h2z0pf0fcyf4mldv4hiv1wyam58hd4bcrjsw"))))
|
(base32 "14fvncisig6h2qamczbx9cifp3rbjfw0cmc2ffifvr82x2bwab1f"))))
|
||||||
(build-system asdf-build-system/sbcl)
|
(build-system asdf-build-system/sbcl)
|
||||||
(inputs
|
(inputs
|
||||||
`(("cl+ssl" ,sbcl-cl+ssl)
|
`(("cl+ssl" ,sbcl-cl+ssl)
|
||||||
|
|
Reference in a new issue