gnu: cl-purgatory: Update to 0.1.2.
* gnu/package/lisp-xyz.scm (sbcl-purgatory): Update to 0.1.2. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
This commit is contained in:
parent
daf60c59ab
commit
8d4f598ba6
1 changed files with 3 additions and 3 deletions
|
@ -21967,11 +21967,11 @@ for Common Lisp, using the HTTP API for (almost) everything, except for pubsub
|
||||||
(sbcl-package->ecl-package sbcl-cl-ipfs-api2))
|
(sbcl-package->ecl-package sbcl-cl-ipfs-api2))
|
||||||
|
|
||||||
(define-public sbcl-purgatory
|
(define-public sbcl-purgatory
|
||||||
(let ((commit "ade0d60a14a1067b9cc8cf06d1f1a1ca8cecdb03")
|
(let ((commit "3afd8f6bb4093ffb2f39ffdedf11278b3617fff9")
|
||||||
(revision "1"))
|
(revision "1"))
|
||||||
(package
|
(package
|
||||||
(name "sbcl-purgatory")
|
(name "sbcl-purgatory")
|
||||||
(version (git-version "0.1.0" revision commit))
|
(version (git-version "0.1.2" revision commit))
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -21980,7 +21980,7 @@ for Common Lisp, using the HTTP API for (almost) everything, except for pubsub
|
||||||
(commit commit)))
|
(commit commit)))
|
||||||
(file-name (git-file-name "cl-purgatory" version))
|
(file-name (git-file-name "cl-purgatory" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1mwlalymmfbx1jx5wzqcnpg5h8d0ylllm1p3f4lwaawfv05lk82s"))))
|
(base32 "0iy2jdgrwqrq9cph7bwf79d8l4zdsgcd9sfcn0lclzai2v0yizp9"))))
|
||||||
(build-system asdf-build-system/sbcl)
|
(build-system asdf-build-system/sbcl)
|
||||||
(inputs
|
(inputs
|
||||||
(list sbcl-alexandria
|
(list sbcl-alexandria
|
||||||
|
|
Reference in a new issue