mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-21 01:26:43 +01:00
gnu: litterbox: Update to 1.9.
* gnu/packages/irc.scm (litterbox): Update to 1.9. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
This commit is contained in:
parent
dc987fcf54
commit
832f577734
1 changed files with 2 additions and 2 deletions
|
@ -587,14 +587,14 @@ (define-public epic5
|
|||
(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.
|
||||
|
|
Loading…
Reference in a new issue