gnu: znc: Update to 1.6.6.

* gnu/packages/messaging.scm (znc): Update to 1.6.6.
This commit is contained in:
Tobias Geerinckx-Rice 2018-03-07 13:34:47 +01:00
parent 7f1773eaee
commit f35843674e
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79

View File

@ -449,14 +449,14 @@ compromised.")
(define-public znc
(package
(name "znc")
(version "1.6.5")
(version "1.6.6")
(source (origin
(method url-fetch)
(uri (string-append "http://znc.in/releases/archive/znc-"
version ".tar.gz"))
(sha256
(base32
"1jia6kq6bp8yxfj02d5vj9vqb4pylqcldspyjj6iz82kkka2a0ig"))))
"09cmsnxvi7jg9a0dicf60fxnxdff4aprw7h8vjqlj5ywf6y43f3z"))))
(build-system gnu-build-system)
(arguments
`(#:phases