Archived
1
0
Fork 0

gnu: kirc: Update to 0.2.9.

* gnu/packages/irc.scm (kirc): Update to 0.2.9.
This commit is contained in:
Tobias Geerinckx-Rice 2021-11-03 09:33:17 +01:00
parent 928fe6c890
commit 7646d988cc
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -422,7 +422,7 @@ highlighted.
(define-public kirc (define-public kirc
(package (package
(name "kirc") (name "kirc")
(version "0.2.7") (version "0.2.9")
(source (origin (source (origin
(method git-fetch) (method git-fetch)
(uri (git-reference (uri (git-reference
@ -430,7 +430,7 @@ highlighted.
(commit version))) (commit version)))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 "0phx00lr7ya8rx1hskv1wdwbq2vlihiqhnplqdvk1r3m23is7al9")))) (base32 "0ahmfxhgcvnlgmxxbv9vga5x6krab1n7qq55ygj7hj3x7s7ra419"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments
`(#:tests? #f ; no tests `(#:tests? #f ; no tests