gnu: znc: Update to 1.7.3.

* gnu/packages/messaging.scm (znc): Update to 1.7.3.
This commit is contained in:
Tobias Geerinckx-Rice 2019-03-31 15:51:25 +02:00
parent ad4f644226
commit cd9ca20a5d
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -492,14 +492,14 @@ (define-public pidgin-otr
(define-public znc
(package
(name "znc")
(version "1.7.2")
(version "1.7.3")
(source (origin
(method url-fetch)
(uri (string-append "http://znc.in/releases/archive/znc-"
version ".tar.gz"))
(sha256
(base32
"1ac2csl5jr56vahnxdynlvrhwlvcc1gqxvyifckc6cn5aj7ygd30"))))
"0g8i5hsl4kinpz1wp0a2zniidv3w2sd6awq8676fds516wcc6k0y"))))
;; TODO: autotools support has been deprecated, and new features like i18n
;; are only supported when building with cmake.
(build-system gnu-build-system)