~ruther/guix-local

0fabca25f7f798b0e88f0cf2d31c722c07c9df24 — Omar Bassam 7 months ago fd61cab
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>
1 files changed, 5 insertions(+), 5 deletions(-)

M gnu/packages/lisp-xyz.scm
M gnu/packages/lisp-xyz.scm => gnu/packages/lisp-xyz.scm +5 -5
@@ 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