gnu: litterbox: Update to 1.9.
* gnu/packages/irc.scm (litterbox): Update to 1.9. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>master
parent
dc987fcf54
commit
832f577734
|
@ -587,14 +587,14 @@ interface for those who are accustomed to the ircII way of doing things.")
|
||||||
(define-public litterbox
|
(define-public litterbox
|
||||||
(package
|
(package
|
||||||
(name "litterbox")
|
(name "litterbox")
|
||||||
(version "1.8")
|
(version "1.9")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://git.causal.agency/litterbox/snapshot/litterbox-"
|
(uri (string-append "https://git.causal.agency/litterbox/snapshot/litterbox-"
|
||||||
version ".tar.gz"))
|
version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0ll5d18slngdg2qhaxkvrcq2p1admh0h7sr06wx8347ka0vvrgjl"))))
|
(base32 "1ag5x7h71pxjaaf4b561rwdqr05zzywkc0p3jf2yhg3lbjkjrc7z"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f ; There are no tests.
|
`(#:tests? #f ; There are no tests.
|
||||||
|
|
Reference in New Issue