diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-03-18 20:59:35 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-03-18 21:20:32 +0100 |
commit | 31f6c6123b434a9704d22b5545424e12e55d93a9 (patch) | |
tree | 2e961fd33aa10e55cb48cecd43e404777a7bb6f2 | |
parent | 98a5cd51b3a432e77e50456ed51d048beba7be17 (diff) | |
download | patches-31f6c6123b434a9704d22b5545424e12e55d93a9.tar patches-31f6c6123b434a9704d22b5545424e12e55d93a9.tar.gz |
gnu: ngircd: Update to 25.
* gnu/packages/messaging.scm (ngircd): Update to 25.
-rw-r--r-- | gnu/packages/messaging.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/messaging.scm b/gnu/packages/messaging.scm index c27c465957..3142919ddb 100644 --- a/gnu/packages/messaging.scm +++ b/gnu/packages/messaging.scm @@ -306,14 +306,14 @@ dictionaries. HexChat can be extended with multiple addons.") (define-public ngircd (package (name "ngircd") - (version "24") + (version "25") (source (origin (method url-fetch) (uri (string-append "https://arthur.barton.de/pub/ngircd/ngircd-" version ".tar.xz")) (sha256 (base32 - "020h9d1awyxqr0l42x1fhs47q7cmm17fdxzjish8p2kq23ma0gqp")) + "0kpf5qi98m9f833r4rx9n6h9p31biwk798jwc1mgzmix7sp7r6f4")) (patches (search-patches "ngircd-handle-zombies.patch")))) (build-system gnu-build-system) ;; Needed for the test suite. |