gnu: znc: Update to 1.6.4.

* gnu/packages/messaging.scm (znc): Update to 1.6.4.
This commit is contained in:
Tobias Geerinckx-Rice 2016-12-28 05:14:05 +01:00
parent 4dbaa12f5d
commit 48dc9f3af3
No known key found for this signature in database
GPG key ID: 91CCDB9B48541B99

View file

@ -400,14 +400,14 @@ (define-public pidgin-otr
(define-public znc (define-public znc
(package (package
(name "znc") (name "znc")
(version "1.6.3") (version "1.6.4")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "http://znc.in/releases/archive/znc-" (uri (string-append "http://znc.in/releases/archive/znc-"
version ".tar.gz")) version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"09xqi5fs40x6nj9gq99bnw1a7saq96bvqxknxx0ilq7yfvg4c733")))) "070d6b1i3jy66m4ci4ypxkg4pbwqbzbzss1y1ycgq2w62zmrf423"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments
'(#:tests? #f ; tries to download GoogleTest with wget '(#:tests? #f ; tries to download GoogleTest with wget