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:
jgart 2023-01-10 00:42:45 -06:00 committed by 宋文武
parent 501b80afad
commit dc987fcf54
No known key found for this signature in database
GPG key ID: D415BF253B515976

View file

@ -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