[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/08: gnu: pounce: Update to 3.1.
From: |
guix-commits |
Subject: |
01/08: gnu: pounce: Update to 3.1. |
Date: |
Thu, 6 Apr 2023 12:36:31 -0400 (EDT) |
civodul pushed a commit to branch master
in repository guix.
commit cfbd3a3965612874d600c133d08566a7e48556f2
Author: Arjan Adriaanse <arjan@adriaan.se>
AuthorDate: Sun Mar 26 20:40:20 2023 +0200
gnu: pounce: Update to 3.1.
* gnu/packages/messaging.scm (pounce): Update to 3.1.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
---
gnu/packages/messaging.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/messaging.scm b/gnu/packages/messaging.scm
index f6aa29fc8e..ebb9bc17b3 100644
--- a/gnu/packages/messaging.scm
+++ b/gnu/packages/messaging.scm
@@ -3260,14 +3260,14 @@ notifications.")
(define-public pounce
(package
(name "pounce")
- (version "3.0")
+ (version "3.1")
(source
(origin
(method url-fetch)
(uri (string-append "https://git.causal.agency/pounce/snapshot/pounce-"
version ".tar.gz"))
(sha256
- (base32 "1w4x34bspkqvk9p7bfj0zmvmbzvxb7lxrrr3g6lrfdj9f3qzfxpp"))))
+ (base32 "0kk0jrfiwfaybr0i5xih3b0yd4i6v3bz866a7xal1j8wddalbwlp"))))
(build-system gnu-build-system)
(arguments
`(#:tests? #f ;there are no tests
@@ -3279,7 +3279,7 @@ notifications.")
(list pkg-config universal-ctags))
(inputs
(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")
(description
"@command{pounce} is a multi-client, TLS-only IRC bouncer. It maintains
- branch master updated (155db42699 -> 47fe66586e), guix-commits, 2023/04/06
- 02/08: gnu: Add avfs., guix-commits, 2023/04/06
- 03/08: gnu: tcsh: Fix riscv64 cross-compilation., guix-commits, 2023/04/06
- 01/08: gnu: pounce: Update to 3.1.,
guix-commits <=
- 05/08: gnu: janet: Update to 1.27.0., guix-commits, 2023/04/06
- 06/08: gnu: rizin: Update to 0.5.2., guix-commits, 2023/04/06
- 08/08: news: Add entry for 'guix shell --container --nesting'., guix-commits, 2023/04/06
- 07/08: environment: Add '--nesting'., guix-commits, 2023/04/06
- 04/08: gnu: libexif: Update to 0.6.24. [fixes CVE-2020-0198, CVE-2020-0452], guix-commits, 2023/04/06