Skip to content
Snippets Groups Projects
Unverified Commit 48dc9f3a authored by Tobias Geerinckx-Rice's avatar Tobias Geerinckx-Rice
Browse files

gnu: znc: Update to 1.6.4.

* gnu/packages/messaging.scm (znc): Update to 1.6.4.
parent 4dbaa12f
No related branches found
No related tags found
No related merge requests found
...@@ -400,14 +400,14 @@ (define-public pidgin-otr ...@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment