GNU bug report logs - #58305
[PATCH 0/2] gnu: profanity: Update to 0.13.0.

Previous Next

Package: guix-patches;

Reported by: Tanguy Le Carrour <tanguy <at> bioneland.org>

Date: Wed, 5 Oct 2022 12:29:01 UTC

Severity: normal

Tags: patch

Done: Ludovic Courtès <ludo <at> gnu.org>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 58305 in the body.
You can then email your comments to 58305 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#58305; Package guix-patches. (Wed, 05 Oct 2022 12:29:01 GMT) Full text and rfc822 format available.

Acknowledgement sent to Tanguy Le Carrour <tanguy <at> bioneland.org>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Wed, 05 Oct 2022 12:29:01 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Tanguy Le Carrour <tanguy <at> bioneland.org>
To: guix-patches <at> gnu.org
Cc: Tanguy Le Carrour <tanguy <at> bioneland.org>
Subject: [PATCH 0/2] gnu: profanity: Update to 0.13.0.
Date: Wed,  5 Oct 2022 14:28:12 +0200
Hi Guix,

Here comes a (trivial) patch set to update `profanity`.

*Disclaimer:* I haven't contributed in months, so any comment
is welcome!

Regards,

Tanguy Le Carrour (2):
  gnu: libstrophe: Update to 0.12.2.
  gnu: profanity: Update to 0.13.0.

 gnu/packages/messaging.scm | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

-- 
2.37.3





Information forwarded to guix-patches <at> gnu.org:
bug#58305; Package guix-patches. (Wed, 05 Oct 2022 12:31:02 GMT) Full text and rfc822 format available.

Message #8 received at 58305 <at> debbugs.gnu.org (full text, mbox):

From: Tanguy Le Carrour <tanguy <at> bioneland.org>
To: 58305 <at> debbugs.gnu.org
Cc: Tanguy Le Carrour <tanguy <at> bioneland.org>
Subject: [PATCH 1/2] gnu: libstrophe: Update to 0.12.2.
Date: Wed,  5 Oct 2022 14:29:58 +0200
* gnu/packages/messaging.scm (libstrophe): Update to 0.12.2.
---
 gnu/packages/messaging.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/messaging.scm b/gnu/packages/messaging.scm
index dcd602c7c0..868b6dee79 100644
--- a/gnu/packages/messaging.scm
+++ b/gnu/packages/messaging.scm
@@ -2127,7 +2127,7 @@ (define-public freetalk
 (define-public libstrophe
   (package
     (name "libstrophe")
-    (version "0.12.0")
+    (version "0.12.2")
     (source
      (origin
        (method git-fetch)
@@ -2136,7 +2136,7 @@ (define-public libstrophe
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1apply301lxyjax2677bd5mc0a3233nm5qb7fiqpawq2n7vh17v0"))))
+        (base32 "1ispq6sf7pq02irrqfga4i1xhrg1pg0f86qvvnix15clm8i1agld"))))
     (build-system gnu-build-system)
     (arguments
      (list #:configure-flags '(list "--disable-static")
-- 
2.37.3





Information forwarded to guix-patches <at> gnu.org:
bug#58305; Package guix-patches. (Wed, 05 Oct 2022 12:31:03 GMT) Full text and rfc822 format available.

Message #11 received at 58305 <at> debbugs.gnu.org (full text, mbox):

From: Tanguy Le Carrour <tanguy <at> bioneland.org>
To: 58305 <at> debbugs.gnu.org
Cc: Tanguy Le Carrour <tanguy <at> bioneland.org>
Subject: [PATCH 2/2] gnu: profanity: Update to 0.13.0.
Date: Wed,  5 Oct 2022 14:29:59 +0200
* gnu/packages/messaging.scm (profanity): Update to 0.13.0.
---
 gnu/packages/messaging.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/messaging.scm b/gnu/packages/messaging.scm
index 868b6dee79..af33e12949 100644
--- a/gnu/packages/messaging.scm
+++ b/gnu/packages/messaging.scm
@@ -2168,7 +2168,7 @@ (define-public libstrophe
 (define-public profanity
   (package
     (name "profanity")
-    (version "0.12.1")
+    (version "0.13.0")
     (source
      (origin
        (method url-fetch)
@@ -2177,7 +2177,7 @@ (define-public profanity
                        version ".tar.gz"))
        (sha256
         (base32
-         "0vihmlzxr6n3y6v0vdzzxh5p1i09p0hx6sd1b2pnpcgkgcg4hi73"))))
+         "14n45zwc6fxjargqhwqan8fyb7x0ql0hmw56rbjkjfkhpba2qmks"))))
     (build-system glib-or-gtk-build-system)
     (arguments
      `(#:configure-flags
-- 
2.37.3





Reply sent to Ludovic Courtès <ludo <at> gnu.org>:
You have taken responsibility. (Tue, 11 Oct 2022 13:26:02 GMT) Full text and rfc822 format available.

Notification sent to Tanguy Le Carrour <tanguy <at> bioneland.org>:
bug acknowledged by developer. (Tue, 11 Oct 2022 13:26:02 GMT) Full text and rfc822 format available.

Message #16 received at 58305-done <at> debbugs.gnu.org (full text, mbox):

From: Ludovic Courtès <ludo <at> gnu.org>
To: Tanguy Le Carrour <tanguy <at> bioneland.org>
Cc: 58305-done <at> debbugs.gnu.org
Subject: Re: bug#58305: [PATCH 0/2] gnu: profanity: Update to 0.13.0.
Date: Tue, 11 Oct 2022 15:25:28 +0200
Hello Sir!

Tanguy Le Carrour <tanguy <at> bioneland.org> skribis:

>   gnu: libstrophe: Update to 0.12.2.
>   gnu: profanity: Update to 0.13.0.

Applied, thanks!  :-)

Ludo’.




Information forwarded to guix-patches <at> gnu.org:
bug#58305; Package guix-patches. (Tue, 11 Oct 2022 14:46:01 GMT) Full text and rfc822 format available.

Message #19 received at 58305-done <at> debbugs.gnu.org (full text, mbox):

From: Tanguy LE CARROUR <tanguy <at> bioneland.org>
To: Ludovic Courtès <ludo <at> gnu.org>
Cc: 58305-done <at> debbugs.gnu.org
Subject: Re: bug#58305: [PATCH 0/2] gnu: profanity: Update to 0.13.0.
Date: Tue, 11 Oct 2022 16:45:15 +0200
Hi Ludo’!


Quoting Ludovic Courtès (2022-10-11 15:25:28)
> Tanguy Le Carrour <tanguy <at> bioneland.org> skribis:
> 
> >   gnu: libstrophe: Update to 0.12.2.
> >   gnu: profanity: Update to 0.13.0.
> 
> Applied, thanks!  :-)

Thanks!


-- 
Tanguy




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Wed, 09 Nov 2022 12:24:04 GMT) Full text and rfc822 format available.

This bug report was last modified 1 year and 159 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.