emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#62466: closed ([PATCH] gnu: pounce: Update to 3.1.)


From: GNU bug Tracking System
Subject: bug#62466: closed ([PATCH] gnu: pounce: Update to 3.1.)
Date: Thu, 06 Apr 2023 14:39:01 +0000

Your message dated Thu, 06 Apr 2023 16:38:11 +0200
with message-id <87mt3ljcto.fsf@gnu.org>
and subject line Re: bug#62466: [PATCH] gnu: pounce: Update to 3.1.
has caused the debbugs.gnu.org bug report #62466,
regarding [PATCH] gnu: pounce: Update to 3.1.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
62466: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=62466
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: pounce: Update to 3.1. Date: Sun, 26 Mar 2023 20:40:20 +0200
* gnu/packages/messaging.scm (pounce): Update to 3.1.
---
 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 5ba7d166c0..aaea784b4d 100644
--- a/gnu/packages/messaging.scm
+++ b/gnu/packages/messaging.scm
@@ -3259,14 +3259,14 @@ (define-public jj
 (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
@@ -3278,7 +3278,7 @@ (define-public pounce
      (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

base-commit: 04724e59971b03f86a410285653d24005c62b924
-- 
2.39.2




--- End Message ---
--- Begin Message --- Subject: Re: bug#62466: [PATCH] gnu: pounce: Update to 3.1. Date: Thu, 06 Apr 2023 16:38:11 +0200 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux)
Hi,

Arjan Adriaanse <arjan@adriaan.se> skribis:

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

Applied, thanks!

Ludo’.


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]