gnu: ngircd: Update to 25.
* gnu/packages/messaging.scm (ngircd): Update to 25.
This commit is contained in:
parent
98a5cd51b3
commit
31f6c6123b
1 changed files with 2 additions and 2 deletions
|
|
@ -306,14 +306,14 @@ dictionaries. HexChat can be extended with multiple addons.")
|
||||||
(define-public ngircd
|
(define-public ngircd
|
||||||
(package
|
(package
|
||||||
(name "ngircd")
|
(name "ngircd")
|
||||||
(version "24")
|
(version "25")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://arthur.barton.de/pub/ngircd/ngircd-"
|
(uri (string-append "https://arthur.barton.de/pub/ngircd/ngircd-"
|
||||||
version ".tar.xz"))
|
version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"020h9d1awyxqr0l42x1fhs47q7cmm17fdxzjish8p2kq23ma0gqp"))
|
"0kpf5qi98m9f833r4rx9n6h9p31biwk798jwc1mgzmix7sp7r6f4"))
|
||||||
(patches (search-patches "ngircd-handle-zombies.patch"))))
|
(patches (search-patches "ngircd-handle-zombies.patch"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
;; Needed for the test suite.
|
;; Needed for the test suite.
|
||||||
|
|
|
||||||
Reference in a new issue