mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
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 @@ (define-public ircii
|
|||
(define-public catgirl
|
||||
(package
|
||||
(name "catgirl")
|
||||
(version "2.2")
|
||||
(version "2.2a")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -521,7 +521,7 @@ (define-public catgirl
|
|||
(commit version)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "0r1h10qdhhgy3359ndbjh269daivm126qc0c23db7bffv0xs4bff"))))
|
||||
(base32 "0fvjx4a523bf2m522ya8r94ikhs8d864hrd85jn6bm414sga877p"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
(list
|
||||
|
|
Loading…
Reference in a new issue