gnu: pounce: Update to 3.1.

* gnu/packages/messaging.scm (pounce): Update to 3.1.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
Arjan Adriaanse 2023-03-26 20:40:20 +02:00 committed by Maxim Cournoyer
parent 214826065f
commit a90b9a208f
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -3260,14 +3260,14 @@ (define-public jj
(define-public pounce (define-public pounce
(package (package
(name "pounce") (name "pounce")
(version "3.0") (version "3.1")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (string-append "https://git.causal.agency/pounce/snapshot/pounce-" (uri (string-append "https://git.causal.agency/pounce/snapshot/pounce-"
version ".tar.gz")) version ".tar.gz"))
(sha256 (sha256
(base32 "1w4x34bspkqvk9p7bfj0zmvmbzvxb7lxrrr3g6lrfdj9f3qzfxpp")))) (base32 "0kk0jrfiwfaybr0i5xih3b0yd4i6v3bz866a7xal1j8wddalbwlp"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments
`(#:tests? #f ;there are no tests `(#:tests? #f ;there are no tests
@ -3279,7 +3279,7 @@ (define-public pounce
(list pkg-config universal-ctags)) (list pkg-config universal-ctags))
(inputs (inputs
(list libressl)) (list libressl))
(home-page "https://code.causal.agency/june/pounce") (home-page "https://git.causal.agency/pounce")
(synopsis "Simple multi-client TLS-only IRC bouncer") (synopsis "Simple multi-client TLS-only IRC bouncer")
(description (description
"@command{pounce} is a multi-client, TLS-only IRC bouncer. It maintains "@command{pounce} is a multi-client, TLS-only IRC bouncer. It maintains