diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-02-01 14:41:50 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-02-01 17:39:51 +0100 |
commit | 389ae5181e746d2401e852bdd7ffc0d074f49d5f (patch) | |
tree | d8925f8cad934698bfb4d8db06e8f75b4761d9b4 /gnu | |
parent | 2049cbb326203479625d876c80e06b8eb242cda1 (diff) | |
download | guix-389ae5181e746d2401e852bdd7ffc0d074f49d5f.tar.gz guix-389ae5181e746d2401e852bdd7ffc0d074f49d5f.zip |
gnu: znc: Update to 1.7.2.
* gnu/packages/messaging.scm (znc): Update to 1.7.2.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/messaging.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/messaging.scm b/gnu/packages/messaging.scm index 3356cb3992..d8ec64f6c3 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 Arun Isaac <arunisaac@systemreboot.net> -;;; Copyright © 2017, 2018 Tobias Geerinckx-Rice <me@tobias.gr> +;;; Copyright © 2017, 2018, 2019 Tobias Geerinckx-Rice <me@tobias.gr> ;;; Copyright © 2017 Theodoros Foradis <theodoros@foradis.org> ;;; Copyright © 2017, 2018 Rutger Helling <rhelling@mykolab.com> ;;; Copyright © 2018 Leo Famulari <leo@famulari.name> @@ -492,14 +492,14 @@ compromised.") (define-public znc (package (name "znc") - (version "1.7.1") + (version "1.7.2") (source (origin (method url-fetch) (uri (string-append "http://znc.in/releases/archive/znc-" version ".tar.gz")) (sha256 (base32 - "1i1r1lh9q2mr1bg520zrvrlwhrhy6wibrin78wjxq1gab1qymks4")))) + "1ac2csl5jr56vahnxdynlvrhwlvcc1gqxvyifckc6cn5aj7ygd30")))) ;; TODO: autotools support has been deprecated, and new features like i18n ;; are only supported when building with cmake. (build-system gnu-build-system) |