[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/03: gnu: znc: Update to 1.7.4.
From: |
guix-commits |
Subject: |
03/03: gnu: znc: Update to 1.7.4. |
Date: |
Sun, 23 Jun 2019 10:15:06 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit 258257acb02732897aacc73afa4f2392e429ad96
Author: Tobias Geerinckx-Rice <address@hidden>
Date: Sun Jun 23 16:14:32 2019 +0200
gnu: znc: Update to 1.7.4.
* gnu/packages/messaging.scm (znc): Update to 1.7.4.
---
gnu/packages/messaging.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/messaging.scm b/gnu/packages/messaging.scm
index 7d036ad..8aeefa6 100644
--- a/gnu/packages/messaging.scm
+++ b/gnu/packages/messaging.scm
@@ -490,14 +490,14 @@ compromised.")
(define-public znc
(package
(name "znc")
- (version "1.7.3")
+ (version "1.7.4")
(source (origin
(method url-fetch)
(uri (string-append "http://znc.in/releases/archive/znc-"
version ".tar.gz"))
(sha256
(base32
- "0g8i5hsl4kinpz1wp0a2zniidv3w2sd6awq8676fds516wcc6k0y"))))
+ "0wcvqkpin8w4i72alnn0nxnrc9ih543qs34hqpk9xmz6m0hjk8xi"))))
;; TODO: autotools support has been deprecated, and new features like i18n
;; are only supported when building with cmake.
(build-system gnu-build-system)