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

gnu: znc: Update to 1.7.3.

* gnu/packages/messaging.scm (znc): Update to 1.7.3.
parent ad4f6442
No related branches found
No related tags found
No related merge requests found
...@@ -492,14 +492,14 @@ (define-public pidgin-otr ...@@ -492,14 +492,14 @@ (define-public pidgin-otr
(define-public znc (define-public znc
(package (package
(name "znc") (name "znc")
(version "1.7.2") (version "1.7.3")
(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
"1ac2csl5jr56vahnxdynlvrhwlvcc1gqxvyifckc6cn5aj7ygd30")))) "0g8i5hsl4kinpz1wp0a2zniidv3w2sd6awq8676fds516wcc6k0y"))))
;; TODO: autotools support has been deprecated, and new features like i18n ;; TODO: autotools support has been deprecated, and new features like i18n
;; are only supported when building with cmake. ;; are only supported when building with cmake.
(build-system gnu-build-system) (build-system gnu-build-system)
......
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