gnu: ngircd: Update to 27.

* gnu/packages/messaging.scm (ngircd): Update to 27.
[source]: Delete patches field.
* gnu/packages/patches/ngircd-handle-zombies.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): De-register it.

Change-Id: I3360ddd0e737a0b57323967f0572ab367d94d559
This commit is contained in:
Maxim Cournoyer 2025-03-28 20:56:54 +09:00
parent 0a57acf4d5
commit 35ad8f7a92
No known key found for this signature in database
GPG key ID: 1260E46482E63562
3 changed files with 2 additions and 40 deletions

View file

@ -892,15 +892,14 @@ dictionaries. HexChat can be extended with multiple addons.")
(define-public ngircd
(package
(name "ngircd")
(version "26.1")
(version "27")
(source (origin
(method url-fetch)
(uri (string-append "https://arthur.barton.de/pub/ngircd/ngircd-"
version ".tar.xz"))
(sha256
(base32
"0m32v0c7mq96rshws4h6d0pi4bm0hynfzx3x01mgrxh9c396zham"))
(patches (search-patches "ngircd-handle-zombies.patch"))))
"1f27qa2xg8xwdyij2n5aimdyp24za09rc0f9q5rjwpnx341qi5v8"))))
(build-system gnu-build-system)
;; Needed for the test suite.
(native-inputs (list procps expect inetutils openssl))