[PATCH] gnu: cl-croatoan: Update to 0.0.1-6.35c92fc.

  • 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)
Y5jeVYzwcj97Y/Vt@shimizu.casa.net
---
gnu/packages/lisp-xyz.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)

Toggle diff (24 lines)
diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index 364be8c7a5..8f68e88e9b 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -16872,8 +16872,8 @@ (define-public cl-tooter
(sbcl-package->cl-source-package sbcl-tooter))

(define-public sbcl-croatoan
- (let ((commit "5d0949d57a12e7fece8828e089daa339b260da96")
- (revision "5"))
+ (let ((commit "35c92fcc6c4458339c7e27bdf16f7fa908d95eb8")
+ (revision "6"))
(package
(name "sbcl-croatoan")
(version (git-version "0.0.1" revision commit))
@@ -16885,7 +16885,7 @@ (define-public sbcl-croatoan
(commit commit)))
(file-name (git-file-name "cl-croatoan" version))
(sha256
- (base32 "0qsnz10hri95al73vhpqrs7mapz2px0dbwgfn52sbi93gwk5aki9"))))
+ (base32 "0v1lrdjd29krjb6pr0mql9hjj5c2lv760xwpr17dbsw263vx29xz"))))
(build-system asdf-build-system/sbcl)
(arguments
'(#:phases
--
2.34.0
Guillaume Le Vaillant wrote 2 years ago
(name . cage)(address . cage-dev@twistfold.it)(address . 60045-done@debbugs.gnu.org)
87wn6nplwh.fsf@kitej
Patch pushed as debfbdefda777d36a625f071d3e17faa89c10545.
Thanks.
-----BEGIN PGP SIGNATURE-----

iIUEAREKAC0WIQTLxZxm7Ce5cXlAaz5r6CCK3yH+PwUCY6Bl3g8cZ2x2QHBvc3Rl
by5uZXQACgkQa+ggit8h/j/OpAD+MrLdpOakMvvjalFNC7v5PzKEmskQzzg8NPTS
ntzha7MA/0Z3QPDeCfpSO5zaGD4MIs/1wF4v9wdL+TdE6jMXWWpU
=iT3f
-----END PGP SIGNATURE-----

Closed
?
Your comment

This issue is archived.

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

To respond to this issue using the mumi CLI, first switch to it
mumi current 60045
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