mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: catgirl: Update to 2.1.
* gnu/packages/irc.scm (catgirl): Update to 2.1. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
This commit is contained in:
parent
501b80afad
commit
dc987fcf54
1 changed files with 2 additions and 2 deletions
|
@ -343,14 +343,14 @@ for the IRCv3 protocol.")
|
||||||
(define-public catgirl
|
(define-public catgirl
|
||||||
(package
|
(package
|
||||||
(name "catgirl")
|
(name "catgirl")
|
||||||
(version "1.9a")
|
(version "2.1")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://git.causal.agency/catgirl/snapshot/"
|
(uri (string-append "https://git.causal.agency/catgirl/snapshot/"
|
||||||
name "-" version ".tar.gz"))
|
name "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0pci8crcgm33zb58y7ky2aydzyqsirj8ri8ik1zdlz6npadbjj9h"))))
|
"13pfphcfkdzqfb4x7w21xp6rnmg3ix9f39mpqmxxzg15ys1gp2x6"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f ; no tests
|
`(#:tests? #f ; no tests
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue