gnu: catgirl: Update to 2.2.
* gnu/packages/irc.scm (catgirl): Update to 2.2.
parent
e09275f300
commit
8e3ac218b6
|
@ -409,7 +409,7 @@ for the IRCv3 protocol.")
|
||||||
(define-public catgirl
|
(define-public catgirl
|
||||||
(package
|
(package
|
||||||
(name "catgirl")
|
(name "catgirl")
|
||||||
(version "2.1")
|
(version "2.2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -418,7 +418,7 @@ for the IRCv3 protocol.")
|
||||||
(commit version)))
|
(commit version)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1gxxblv3bwv1rl2ajjy791333r6qwgzb6qmk3iviw71mzi6ckxba"))))
|
(base32 "0r1h10qdhhgy3359ndbjh269daivm126qc0c23db7bffv0xs4bff"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f ; no tests
|
`(#:tests? #f ; no tests
|
||||||
|
|
Reference in New Issue