diff options
author | jgart <jgart@dismail.de> | 2023-01-10 00:39:42 -0600 |
---|---|---|
committer | 宋文武 <iyzsong@member.fsf.org> | 2023-01-12 11:19:01 +0800 |
commit | 832f577734d1a8f77c599972f249db53bdc1b356 (patch) | |
tree | 678871fdda4293ee855ea0768c9b1c3261375ffa /gnu/packages | |
parent | dc987fcf54128f78fc00b8350941e63897f3bd2f (diff) | |
download | guix-832f577734d1a8f77c599972f249db53bdc1b356.tar.gz guix-832f577734d1a8f77c599972f249db53bdc1b356.zip |
gnu: litterbox: Update to 1.9.
* gnu/packages/irc.scm (litterbox): Update to 1.9.
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/irc.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/irc.scm b/gnu/packages/irc.scm index 188ce2cb4a..ba8125d610 100644 --- a/gnu/packages/irc.scm +++ b/gnu/packages/irc.scm @@ -587,14 +587,14 @@ interface for those who are accustomed to the ircII way of doing things.") (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. |