guix-patches
[Top][All Lists]
Advanced

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

[bug#60704] [PATCH] gnu: litterbox: Update to 1.9.


From: jgart
Subject: [bug#60704] [PATCH] gnu: litterbox: Update to 1.9.
Date: Tue, 10 Jan 2023 00:39:42 -0600

* gnu/packages/irc.scm (litterbox): Update to 1.9.
---
 gnu/packages/irc.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/irc.scm b/gnu/packages/irc.scm
index 381cd11034..405bfa5937 100644
--- a/gnu/packages/irc.scm
+++ b/gnu/packages/irc.scm
@@ -665,14 +665,14 @@ (define-public chathistorysync
 (define-public litterbox
   (package
     (name "litterbox")
-    (version "1.8")
+    (version "1.9")
     (source
      (origin
        (method url-fetch)
        (uri (string-append 
"https://git.causal.agency/litterbox/snapshot/litterbox-";
                            version ".tar.gz"))
        (sha256
-        (base32 "0ll5d18slngdg2qhaxkvrcq2p1admh0h7sr06wx8347ka0vvrgjl"))))
+        (base32 "1ag5x7h71pxjaaf4b561rwdqr05zzywkc0p3jf2yhg3lbjkjrc7z"))))
     (build-system gnu-build-system)
     (arguments
      `(#:tests? #f ; There are no tests.
-- 
2.38.1






reply via email to

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