mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
0a57acf4d5
commit
35ad8f7a92
3 changed files with 2 additions and 40 deletions
|
@ -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))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue