[PATCH] gnu: cl-purgatory: Update to 0.1.2

  • Done
  • quality assurance status badge
Details
2 participants
  • cage
  • Guillaume Le Vaillant
Owner
unassigned
Submitted by
cage
Severity
normal

Debbugs page

cage wrote 2 years ago
(address . guix-patches@gnu.org)
Y1UUtEi8ZgAOL3ON@shimizu.casa.net
---
gnu/packages/lisp-xyz.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)

Toggle diff (27 lines)
diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index b474a0f2b7..821119b5fa 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -21887,11 +21887,11 @@ (define-public ecl-cl-ipfs-api2
(sbcl-package->ecl-package sbcl-cl-ipfs-api2))

(define-public sbcl-purgatory
- (let ((commit "ade0d60a14a1067b9cc8cf06d1f1a1ca8cecdb03")
+ (let ((commit "3afd8f6bb4093ffb2f39ffdedf11278b3617fff9")
(revision "1"))
(package
(name "sbcl-purgatory")
- (version (git-version "0.1.0" revision commit))
+ (version (git-version "0.1.2" revision commit))
(source
(origin
(method git-fetch)
@@ -21900,7 +21900,7 @@ (define-public sbcl-purgatory
(commit commit)))
(file-name (git-file-name "cl-purgatory" version))
(sha256
- (base32 "1mwlalymmfbx1jx5wzqcnpg5h8d0ylllm1p3f4lwaawfv05lk82s"))))
+ (base32 "0iy2jdgrwqrq9cph7bwf79d8l4zdsgcd9sfcn0lclzai2v0yizp9"))))
(build-system asdf-build-system/sbcl)
(inputs
(list sbcl-alexandria
--
2.34.0
Guillaume Le Vaillant wrote 2 years ago
(name . cage)(address . cage-dev@twistfold.it)(address . 58735-done@debbugs.gnu.org)
87r0yx76op.fsf@kitej
Patch pushed as 8d4f598ba6821fc6a50759f6c0bdbb224181f01e with a complete
commit message.
Thanks.
-----BEGIN PGP SIGNATURE-----

iIUEAREKAC0WIQTLxZxm7Ce5cXlAaz5r6CCK3yH+PwUCY1aDZg8cZ2x2QHBvc3Rl
by5uZXQACgkQa+ggit8h/j/tqAEAkKFOyrjisG24SXxZW3AzZbGNznGex8moIMZw
Z2lIa6UA/Rl30Fm9sT/BVVvnKsMJ7uCGUAkIs4jkPJiVx5zv2/zr
=tZ1v
-----END PGP SIGNATURE-----

Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 58735@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 58735
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help