mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: znc: Update to 1.10.0.
* gnu/packages/messaging.scm (znc): Update to 1.10.0. Closes: #682 Change-Id: I20d09c08c94da8f8bb46b7248802cc4e19b48264 Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
This commit is contained in:
parent
9bdbe63d1c
commit
667470e261
1 changed files with 2 additions and 2 deletions
|
@ -1137,14 +1137,14 @@ control of your private keys, no previous conversation is compromised.")
|
||||||
(define-public znc
|
(define-public znc
|
||||||
(package
|
(package
|
||||||
(name "znc")
|
(name "znc")
|
||||||
(version "1.9.1")
|
(version "1.10.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://znc.in/releases/archive/znc-"
|
(uri (string-append "https://znc.in/releases/archive/znc-"
|
||||||
version ".tar.gz"))
|
version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0g2gi7207lydmm7zdq52ivw0vhvbnmhsybi89q5m3bcsw60cz9z8"))))
|
"06bb6c2nciwbknfschxd2fjkpigd6i0zgwl6jiz5lm7gcadssrdy"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:configure-flags
|
`(#:configure-flags
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue