mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: znc: Update to 1.10.1.
* gnu/packages/messaging.scm (znc): Update to 1.10.1. Change-Id: Ie6b53e7a8f7d0066aeadabd4be00787d0768e59b Signed-off-by: Andreas Enge <andreas@enge.fr>
This commit is contained in:
parent
fc0e2315f6
commit
b3039b3ddf
1 changed files with 2 additions and 2 deletions
|
@ -1144,14 +1144,14 @@ control of your private keys, no previous conversation is compromised.")
|
|||
(define-public znc
|
||||
(package
|
||||
(name "znc")
|
||||
(version "1.10.0")
|
||||
(version "1.10.1")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://znc.in/releases/archive/znc-"
|
||||
version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"06bb6c2nciwbknfschxd2fjkpigd6i0zgwl6jiz5lm7gcadssrdy"))))
|
||||
"0038qjkc1cxqz16nx9b37gjqzmnavv2kxdbjb4c0c9mz3n2pcvjf"))))
|
||||
(build-system cmake-build-system)
|
||||
(arguments
|
||||
`(#:tests? #f
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue