From 0fabca25f7f798b0e88f0cf2d31c722c07c9df24 Mon Sep 17 00:00:00 2001 From: Omar Bassam Date: Thu, 11 Sep 2025 21:35:56 +0300 Subject: [PATCH] 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 Signed-off-by: jgart --- gnu/packages/lisp-xyz.scm | 10 +++++----- 1 file 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