1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-07 05:30:38 +02:00

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

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