[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/07: gnu: ngircd: Update to 26.1.
From: |
guix-commits |
Subject: |
01/07: gnu: ngircd: Update to 26.1. |
Date: |
Thu, 7 Jan 2021 15:46:15 -0500 (EST) |
nckx pushed a commit to branch master
in repository guix.
commit 84ea98d6114a040b0da3bbd0f808ea44dc71942f
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Thu Jan 7 01:36:01 2021 +0100
gnu: ngircd: Update to 26.1.
* gnu/packages/messaging.scm (ngircd): Update to 26.1.
---
gnu/packages/messaging.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/messaging.scm b/gnu/packages/messaging.scm
index 89d7b8c..c585326 100644
--- a/gnu/packages/messaging.scm
+++ b/gnu/packages/messaging.scm
@@ -10,7 +10,7 @@
;;; Copyright © 2016, 2017, 2018, 2019 Clément Lassieur <clement@lassieur.org>
;;; Copyright © 2017 Mekeor Melire <mekeor.melire@gmail.com>
;;; Copyright © 2017, 2018, 2020 Arun Isaac <arunisaac@systemreboot.net>
-;;; Copyright © 2017, 2018, 2019, 2020 Tobias Geerinckx-Rice <me@tobias.gr>
+;;; Copyright © 2017–2021 Tobias Geerinckx-Rice <me@tobias.gr>
;;; Copyright © 2017 Theodoros Foradis <theodoros@foradis.org>
;;; Copyright © 2017, 2018, 2019 Rutger Helling <rhelling@mykolab.com>
;;; Copyright © 2018 Leo Famulari <leo@famulari.name>
@@ -659,14 +659,14 @@ dictionaries. HexChat can be extended with multiple
addons.")
(define-public ngircd
(package
(name "ngircd")
- (version "26")
+ (version "26.1")
(source (origin
(method url-fetch)
(uri (string-append "https://arthur.barton.de/pub/ngircd/ngircd-"
version ".tar.xz"))
(sha256
(base32
- "1ijmv18fa648y7apxb9vp4j9iq6fxq850kz5v36rysaq614cdp2n"))
+ "0m32v0c7mq96rshws4h6d0pi4bm0hynfzx3x01mgrxh9c396zham"))
(patches (search-patches "ngircd-handle-zombies.patch"))))
(build-system gnu-build-system)
;; Needed for the test suite.
- branch master updated (a675c01 -> df0447b), guix-commits, 2021/01/07
- 01/07: gnu: ngircd: Update to 26.1.,
guix-commits <=
- 02/07: gnu: gtkwave: Update to 3.3.108., guix-commits, 2021/01/07
- 03/07: gnu: perl-test-file: Update to 1.444., guix-commits, 2021/01/07
- 04/07: gnu: youtube-viewer: Update to 3.8.1., guix-commits, 2021/01/07
- 06/07: gnu: system-config-printer: Update to 1.5.14., guix-commits, 2021/01/07
- 05/07: gnu: starfighter: Update to 2.4., guix-commits, 2021/01/07
- 07/07: gnu: obs: Update to 26.1.1., guix-commits, 2021/01/07