gnu: catgirl: Update to 2.2a.
* gnu/packages/irc.scm (catgirl): Update to 2.2a. Change-Id: I72b832ed92dc351cabea0fb344e1402b3340b1e2
This commit is contained in:
parent
c92abd02c6
commit
2c62ed5c4a
1 changed files with 2 additions and 2 deletions
|
@ -512,7 +512,7 @@ for the IRCv3 protocol.")
|
||||||
(define-public catgirl
|
(define-public catgirl
|
||||||
(package
|
(package
|
||||||
(name "catgirl")
|
(name "catgirl")
|
||||||
(version "2.2")
|
(version "2.2a")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -521,7 +521,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 "0r1h10qdhhgy3359ndbjh269daivm126qc0c23db7bffv0xs4bff"))))
|
(base32 "0fvjx4a523bf2m522ya8r94ikhs8d864hrd85jn6bm414sga877p"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
|
|
Reference in a new issue