[PATCH] gnu: tooter: Update to 2dcc2.

  • 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)
0675c51ec54f9bca4e8e2dcc18bac23198da2d9f.1700074259.git.cage-dev@twistfold.it
Change-Id: I27d126b0a0768a0e9713d6769f64011ab35b939e
---
gnu/packages/lisp-xyz.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)

Toggle diff (28 lines)
diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index 760d0e9e45..a08ce5fc74 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -18847,7 +18847,7 @@ (define-public cl-html-diff
(sbcl-package->cl-source-package sbcl-cl-html-diff))

(define-public sbcl-tooter
- (let ((commit "2e1b22f0993419c1e7e6d10ead45d7bcafb5b6cb")
+ (let ((commit "2dcc2facddcacd79d0cce545a8c4b73c35826fc1")
(revision "4"))
(package
(name "sbcl-tooter")
@@ -18860,10 +18860,10 @@ (define-public sbcl-tooter
(commit commit)))
(file-name (git-file-name "cl-tooter" version))
(sha256
- (base32 "02ys58gzasvk7r84jmz6k522qcw2hkbgv8p0ax5i8dggjhr04cz2"))))
+ (base32 "1zisrmslj4rnibm02vxh7hbas2cfsjh6iizs2nfdg3a3pn7bhf6h"))))
(build-system asdf-build-system/sbcl)
(inputs
- (list sbcl-cl-ppcre sbcl-documentation-utils sbcl-drakma
+ (list sbcl-alexandria sbcl-cl-ppcre sbcl-documentation-utils sbcl-drakma
sbcl-yason))
(synopsis "Common Lisp client library for Mastodon instances")
(description

base-commit: 66132d6a20b3a8fa4649df338568765540057bd1
--
2.41.0
Guillaume Le Vaillant wrote 1 years ago
(name . cage)(address . cage-dev@twistfold.it)(address . 67208-done@debbugs.gnu.org)
877cmf11j9.fsf@kitej
Patch applied as 2ab5e449246f98b049888dde3c310f5b4a0a64a2.
Thanks.
-----BEGIN PGP SIGNATURE-----

iIUEAREKAC0WIQTLxZxm7Ce5cXlAaz5r6CCK3yH+PwUCZVji+g8cZ2x2QHBvc3Rl
by5uZXQACgkQa+ggit8h/j/EAQD9F+6eEC+XqvUvRfwBrNPsdickqev+m62sqO6A
oPFv2woA/A+aTusK9sZea90P5C/qJo4g9UJgfxdEC9JW0qhcZBG9
=dAX9
-----END PGP SIGNATURE-----

Closed
?
Your comment

This issue is archived.

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

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