gnu: znc: Update to 1.6.3.

* gnu/packages/messaging.scm (znc): Update to 1.6.3.
master
宋文武 2016-06-05 16:55:48 +08:00
parent c3d38b2b9d
commit 555d02e739
No known key found for this signature in database
GPG Key ID: 26525665AE727D37
1 changed files with 2 additions and 2 deletions

View File

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