summary refs log tree commit diff
path: root/gnu/packages
diff options
context:
space:
mode:
authorcage <cage-dev@twistfold.it>2021-12-01 17:18:40 +0100
committerLeo Famulari <leo@famulari.name>2021-12-02 00:12:58 -0500
commit934a246409a429ea775bae0b4e216266ec41165b (patch)
treef2c10c41997f358ae78505ae95c3f1c6eb2c954e /gnu/packages
parente9e220489714ccd573a36c8a087b7f9f813ddac8 (diff)
downloadguix-934a246409a429ea775bae0b4e216266ec41165b.tar.gz
gnu: cl-tooter: Update to 1.0.0-3.ec97bee.
* gnu/packages/lisp-xyz.scm (cl-tooter): Update to 1.0.0-3.ec97bee.

Signed-off-by: Leo Famulari <leo@famulari.name>
Diffstat (limited to 'gnu/packages')
-rw-r--r--gnu/packages/lisp-xyz.scm6
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index a4f4a677c4..4bdf793828 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -14843,8 +14843,8 @@ HTML documents.")
   (sbcl-package->cl-source-package sbcl-cl-html-diff))
 
 (define-public sbcl-tooter
-  (let ((commit "b1639d8a58dfe8020c82ed36697b7a668ef41a09")
-        (revision "2"))
+  (let ((commit "ec97bee3431c55913078e532daae81eb0fd90372")
+        (revision "3"))
     (package
       (name "sbcl-tooter")
       (version (git-version "1.0.0" revision commit))
@@ -14856,7 +14856,7 @@ HTML documents.")
                (commit commit)))
          (file-name (git-file-name "tooter" version))
          (sha256
-          (base32 "0842lbj9ml6qxdm5xvhdbm87wyrvrq7bxawa6i8wk80n8lnvmhdw"))))
+          (base32 "02vpjaq38d6laaqmsana9f13c38xzr0xwy05fcfkmzdhh0kllpkv"))))
       (build-system asdf-build-system/sbcl)
       (inputs
        `(("sbcl-cl-ppcre" ,sbcl-cl-ppcre)