[PATCH] gnu: croatoan: Update to 0.2.

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

Debbugs page

cage wrote 1 years ago
(address . guix-patches@gnu.org)
8b9ed14dacb09bcc2973e780c0aca03d11614bef.1700071328.git.cage-dev@twistfold.it
Change-Id: Ia23646016f14f9531cfc6eec2842263cd212c1e9
---
gnu/packages/lisp-xyz.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (24 lines)
diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index 760d0e9e45..974ec0c616 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -18881,7 +18881,7 @@ (define-public cl-tooter
(define-public sbcl-croatoan
(package
(name "sbcl-croatoan")
- (version "0.1")
+ (version "0.2")
(source
(origin
(method git-fetch)
@@ -18890,7 +18890,7 @@ (define-public sbcl-croatoan
(commit (string-append "v" version))))
(file-name (git-file-name "cl-croatoan" version))
(sha256
- (base32 "1whbvwc4df7zz0002xy3aczrpf4s3vk6kmyh9wydgwl112h060pd"))))
+ (base32 "0x2rlckyn8kn5mqy0fib8piggz694g3naarz2dvha1hsy4jhb1wg"))))
(build-system asdf-build-system/sbcl)
(arguments
'(#:phases

base-commit: 66132d6a20b3a8fa4649df338568765540057bd1
--
2.41.0
Guillaume Le Vaillant wrote 1 years ago
(name . cage)(address . cage-dev@twistfold.it)(address . 67206-done@debbugs.gnu.org)
87bkbr11kb.fsf@kitej
Patch applied as 3f0ee6e7af3aeec0369c9bfb71f8e0abf06c6ed0.
Thanks.
-----BEGIN PGP SIGNATURE-----

iIUEAREKAC0WIQTLxZxm7Ce5cXlAaz5r6CCK3yH+PwUCZVji1A8cZ2x2QHBvc3Rl
by5uZXQACgkQa+ggit8h/j+uBQD9H97eOA0mbp6W790Un/XA81qfIF6/MBgXZpBd
WdBf4bEBAIp5pLNrHDq8fWLcXLKXRImTW49Rcwrr0Drg4a+aAlLc
=TgMc
-----END PGP SIGNATURE-----

Closed
?
Your comment

This issue is archived.

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

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