gnu: znc: Update to 1.6.5.

* gnu/packages/messaging.scm (znc): Update to 1.6.5.
master
Tobias Geerinckx-Rice 2017-03-14 13:05:44 +01:00
parent 6d57723ac8
commit d540156c69
No known key found for this signature in database
GPG Key ID: 91CCDB9B48541B99
1 changed files with 2 additions and 2 deletions

View File

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