summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorOmar Bassam <omar.bassam88@gmail.com>2025-09-11 21:35:56 +0300
committerjgart <jgart@dismail.de>2025-09-16 08:36:27 -0500
commit0fabca25f7f798b0e88f0cf2d31c722c07c9df24 (patch)
tree77434dee01a821aabd6e70f73f8220b24098ddcb /gnu
parentfd61cab6ae00499ecf7ecf2429c724af634cefdc (diff)
gnu: sbcl-tooter: Update to 1.0.0-7.6d66a55.
* gnu/packages/lisp-xyz.scm (sbcl-tooter): Update to 1.0.0-7.6d66a55. [source]: Update to use new source url. [home-page]: Update to use new homepage url. Change-Id: I1d3cace2a3bd6be769d2686080527a8b5117590c Signed-off-by: Omar Bassam <omar.bassam88@gmail.com> Signed-off-by: jgart <jgart@dismail.de>
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/lisp-xyz.scm10
1 files changed, 5 insertions, 5 deletions
diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index 805ca5240ac..4c192770b2f 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -30447,8 +30447,8 @@ determine the cost of certain actions on a given platform and implementation.")
(sbcl-package->clasp-package sbcl-the-cost-of-nothing))
(define-public sbcl-tooter
- (let ((commit "4583049c708b3f18d49d84aabfb19ec79210fda3")
- (revision "6"))
+ (let ((commit "6d66a55a87f45cfa940b826ec990a3f5fa9b9630")
+ (revision "7"))
(package
(name "sbcl-tooter")
(version (git-version "1.0.0" revision commit))
@@ -30456,11 +30456,11 @@ determine the cost of certain actions on a given platform and implementation.")
(origin
(method git-fetch)
(uri (git-reference
- (url "https://github.com/Shinmera/tooter")
+ (url "https://codeberg.org/shinmera/tooter")
(commit commit)))
(file-name (git-file-name "cl-tooter" version))
(sha256
- (base32 "1z9f8idvr2idn18xkw7ymxyglgc0lfhdhnq6xpbdmk5v8c1245iq"))))
+ (base32 "1i0hx0i6jgwf9c69m9wmlrv7hzq5n0k43r573jmsldbaxvnm4189"))))
(build-system asdf-build-system/sbcl)
(inputs
(list sbcl-alexandria
@@ -30472,7 +30472,7 @@ determine the cost of certain actions on a given platform and implementation.")
(description
"This is a Common Lisp library implementing the full v1 REST API
protocol for Mastodon.")
- (home-page "https://shinmera.github.io/tooter/")
+ (home-page "https://codeberg.org/shinmera/tooter")
(license license:zlib))))
(define-public cl-tooter