guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/02: gnu: cl-tooter: Update to 1.0.0-3.ec97bee.


From: guix-commits
Subject: 02/02: gnu: cl-tooter: Update to 1.0.0-3.ec97bee.
Date: Thu, 2 Dec 2021 00:13:30 -0500 (EST)

lfam pushed a commit to branch master
in repository guix.

commit 934a246409a429ea775bae0b4e216266ec41165b
Author: cage <cage-dev@twistfold.it>
AuthorDate: Wed Dec 1 17:18:40 2021 +0100

    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>
---
 gnu/packages/lisp-xyz.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index a4f4a67..4bdf793 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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]