GNU bug report logs - #77322
[PATCH] gnu: profanity: Update to 0.15.0.

Previous Next

Package: guix-patches;

Reported by: ashish.is <at> lostca.se

Date: Thu, 27 Mar 2025 21:13:02 UTC

Severity: normal

Tags: patch

Done: Andreas Enge <andreas <at> enge.fr>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: ashish.is <at> lostca.se
Subject: bug#77322: closed (Re: [PATCH] gnu: profanity: Update to 0.15.0.)
Date: Wed, 02 Apr 2025 20:57:01 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#77322: [PATCH] gnu: profanity: Update to 0.15.0.

which was filed against the guix-patches package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 77322 <at> debbugs.gnu.org.

-- 
77322: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=77322
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Andreas Enge <andreas <at> enge.fr>
To: 77322-done <at> debbugs.gnu.org
Cc: z572 <at> z572.online, ashish.is <at> lostca.se
Subject: Re: [PATCH] gnu: profanity: Update to 0.15.0.
Date: Wed, 2 Apr 2025 22:56:15 +0200
QA has picked it up, pushed!

Andreas


[Message part 3 (message/rfc822, inline)]
From: ashish.is <at> lostca.se
To: guix-patches <at> gnu.org
Cc: Ashish SHUKLA <ashish.is <at> lostca.se>
Subject: [PATCH] gnu: profanity: Update to 0.15.0.
Date: Thu, 27 Mar 2025 21:11:44 +0000
From: Ashish SHUKLA <ashish.is <at> lostca.se>

* gnu/packages/messaging.scm (profanity): Update to 0.15.0.

Change-Id: I4b703d3ac739fd677a7a9d89d1b61531348bcdf5
---
 gnu/packages/messaging.scm | 13 ++++++++++---
 1 file changed, 10 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/messaging.scm b/gnu/packages/messaging.scm
index e8c25e7881..6b7e49c314 100644
--- a/gnu/packages/messaging.scm
+++ b/gnu/packages/messaging.scm
@@ -2246,7 +2246,7 @@ (define-public libstrophe
 (define-public profanity
   (package
     (name "profanity")
-    (version "0.14.0")
+    (version "0.15.0")
     (source
      (origin
        (method url-fetch)
@@ -2255,7 +2255,7 @@ (define-public profanity
                        version ".tar.gz"))
        (sha256
         (base32
-         "0zygsxxwdxmpppr7vyzi2r7d854yjl6918w0lrs7k41iib9zy8zx"))))
+         "1yy7x9ycqg6c65k66z47p8mvj48qc0pa4as1lk1agj8ffn7mg7sa"))))
     (build-system glib-or-gtk-build-system)
     (arguments
      `(#:configure-flags
@@ -2268,7 +2268,14 @@ (define-public profanity
         "--enable-otr"
         "--enable-pgp"
         "--enable-omemo"
-        "--enable-icons-and-clipboard")))
+        "--enable-icons-and-clipboard")
+       #:phases
+       ,#~(modify-phases %standard-phases
+            (add-after 'unpack 'patch-python-plugins
+              (lambda _
+                (substitute* "src/plugins/python_plugins.c"
+                  (("Py_XDECREF")
+                   "Py_DecRef")))))))
     (native-inputs
      (list autoconf
            autoconf-archive

base-commit: 2eb22e3d0f8013e438813b1a2c5f8b1e020fcde2
-- 
2.49.0




This bug report was last modified 47 days ago.

Previous Next


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