From unknown Tue Jun 17 01:48:37 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#42287] [PATCH] gnu: profanity: Update to 0.9.5. Resent-From: Tanguy Le Carrour Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Thu, 09 Jul 2020 06:46:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 42287 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 42287@debbugs.gnu.org Cc: Tanguy Le Carrour X-Debbugs-Original-To: guix-patches@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.15942771397661 (code B ref -1); Thu, 09 Jul 2020 06:46:01 +0000 Received: (at submit) by debbugs.gnu.org; 9 Jul 2020 06:45:39 +0000 Received: from localhost ([127.0.0.1]:39664 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jtQJP-0001zV-9a for submit@debbugs.gnu.org; Thu, 09 Jul 2020 02:45:39 -0400 Received: from lists.gnu.org ([209.51.188.17]:41714) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jtQJK-0001zH-1m for submit@debbugs.gnu.org; Thu, 09 Jul 2020 02:45:38 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:59738) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jtQJJ-00043x-Qd for guix-patches@gnu.org; Thu, 09 Jul 2020 02:45:33 -0400 Received: from relay12.mail.gandi.net ([217.70.178.232]:36045) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jtQJH-00034n-GF for guix-patches@gnu.org; Thu, 09 Jul 2020 02:45:33 -0400 Received: from localhost.localdomain (static-176-185-184-238.ftth.abo.bbox.fr [176.185.184.238]) (Authenticated sender: tanguy@bioneland.org) by relay12.mail.gandi.net (Postfix) with ESMTPSA id 71C1A200002; Thu, 9 Jul 2020 06:45:28 +0000 (UTC) From: Tanguy Le Carrour Date: Thu, 9 Jul 2020 08:37:52 +0200 Message-Id: <20200709063751.18325-1-tanguy@bioneland.org> X-Mailer: git-send-email 2.27.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Received-SPF: none client-ip=217.70.178.232; envelope-from=tanguy@bioneland.org; helo=relay12.mail.gandi.net X-detected-operating-system: by eggs.gnu.org: First seen = 2020/07/09 02:45:28 X-ACL-Warn: Detected OS = Linux 3.11 and newer X-Spam_score_int: -35 X-Spam_score: -3.6 X-Spam_bar: --- X-Spam_report: (-3.6 / 5.0 requ) BAYES_00=-1.9, RCVD_IN_DNSWL_LOW=-0.7, RCVD_IN_MSPIKE_H2=-1, SPF_HELO_NONE=0.001, SPF_NONE=0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -2.3 (--) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) * gnu/packages/messaging.scm (profanity): Update to 0.9.5. [inputs] Add sqlite. --- gnu/packages/messaging.scm | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/gnu/packages/messaging.scm b/gnu/packages/messaging.scm index 945257eca1..eb1856ada4 100644 --- a/gnu/packages/messaging.scm +++ b/gnu/packages/messaging.scm @@ -1695,14 +1695,14 @@ are both supported).") (define-public profanity (package (name "profanity") - (version "0.8.1") + (version "0.9.5") (source (origin (method url-fetch) (uri (string-append "https://profanity-im.github.io/profanity-" version ".tar.gz")) (sha256 (base32 - "15yrx2ir2bilxpjfaxpjb93yjpvpvcvh5r7wbsjx6kmmy7qg2zvb")))) + "00j9l9v62rz9hprgiy1vrz8v3v59ph18h8kskqxr31fgqvjv5xr3")))) (build-system gnu-build-system) (arguments '(#:configure-flags @@ -1721,7 +1721,8 @@ are both supported).") ("libotr" ,libotr) ("ncurses" ,ncurses) ("openssl" ,openssl) - ("readline" ,readline))) + ("readline" ,readline) + ("sqlite" ,sqlite))) (native-inputs `(("autoconf" ,autoconf) ("autoconf-archive" ,autoconf-archive) -- 2.27.0 From unknown Tue Jun 17 01:48:37 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.505 (Entity 5.505) X-Loop: help-debbugs@gnu.org From: help-debbugs@gnu.org (GNU bug Tracking System) To: Tanguy Le Carrour Subject: bug#42287: closed (Re: [bug#42287] [PATCH] gnu: profanity: Update to 0.9.5.) Message-ID: References: <20200712185820.GE9396@E5400> <20200709063751.18325-1-tanguy@bioneland.org> X-Gnu-PR-Message: they-closed 42287 X-Gnu-PR-Package: guix-patches X-Gnu-PR-Keywords: patch Reply-To: 42287@debbugs.gnu.org Date: Sun, 12 Jul 2020 18:59:02 +0000 Content-Type: multipart/mixed; boundary="----------=_1594580342-26992-1" This is a multi-part message in MIME format... ------------=_1594580342-26992-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #42287: [PATCH] gnu: profanity: Update to 0.9.5. 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 42287@debbugs.gnu.org. --=20 42287: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D42287 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1594580342-26992-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 42287-done) by debbugs.gnu.org; 12 Jul 2020 18:59:01 +0000 Received: from localhost ([127.0.0.1]:46749 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1juhBk-000717-Uj for submit@debbugs.gnu.org; Sun, 12 Jul 2020 14:59:01 -0400 Received: from flashner.co.il ([178.62.234.194]:51828) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1juhBj-00070s-MF for 42287-done@debbugs.gnu.org; Sun, 12 Jul 2020 14:59:00 -0400 Received: from localhost (unknown [141.226.9.208]) by flashner.co.il (Postfix) with ESMTPSA id 5AAF94001D; Sun, 12 Jul 2020 18:58:53 +0000 (UTC) Date: Sun, 12 Jul 2020 21:58:20 +0300 From: Efraim Flashner To: Tanguy Le Carrour Subject: Re: [bug#42287] [PATCH] gnu: profanity: Update to 0.9.5. Message-ID: <20200712185820.GE9396@E5400> References: <20200709063751.18325-1-tanguy@bioneland.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="tMbDGjvJuJijemkf" Content-Disposition: inline In-Reply-To: <20200709063751.18325-1-tanguy@bioneland.org> X-PGP-Key-ID: 0x41AAE7DCCA3D8351 X-PGP-Key: https://flashner.co.il/~efraim/efraim_flashner.asc X-PGP-Fingerprint: A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351 X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 42287-done Cc: 42287-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) --tMbDGjvJuJijemkf Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Looks good. Patch pushed! --=20 Efraim Flashner =D7=90=D7=A4=D7=A8=D7=99=D7=9D = =D7=A4=D7=9C=D7=A9=D7=A0=D7=A8 GPG key =3D A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351 Confidentiality cannot be guaranteed on emails sent or received unencrypted --tMbDGjvJuJijemkf Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIyBAABCgAdFiEEoov0DD5VE3JmLRT3Qarn3Mo9g1EFAl8LXUwACgkQQarn3Mo9 g1FyWQ/4ijoJneaElLiImhqIhgndxuArVBdy7CduDD/L2wIVfLro2YuxdFZSE4DE tveCGWkZIratauU1V8tkaoh4/0bNQNX007bBueJP4ZtkZv+sJOk0pTcMCKVdvDYz r2SHCPnDViy+Q0yzoAxk8QOscsfUWSw7YeO+qyIoNzP8g2ifTA9Ys7tq0BP9a/LJ 3Gcjpv7xTy448CdNWBogf5YmUYYDU1y8C83TB9lS7U/xkzrJt8CuOY6szwK8TtWp +bBF/kQXJqadwySq/mD1KdVY1TJg6623eclv6zDYPKAlM1b3HM885bZl61dqdDs5 QrOvAXGO5P4erLWb5W8blsgr5FER0iHkusuZyMYHPZkTiFMuPnXanIJpeIwU0z5C R7Nw4KuU555PC0gO06fXTQIUY37m9VZ5LnEXn4PEO3ggjeWiveg2iTp6zK4eV+vt 5UFONxW2x9oUP/aXkh02muqWRg74ndGaQUuVvZhGInxFDBCwgpNAwWdf8KgGPujX nH0I82aw35sxrylg2XmV7VwuT3Iqod2Jzibl5spjCtiRgLXLxldJE5enXxwxQZ6R l4em4NseDf8uGUHbeE0HJf8469unqZSQv7YAZWdxTa2NmBmwvvo9/zqjIN4GqORr xFiPG3viV1FQrG+6QaO8RELAVlPRpfNgi6UigDnHQNrrn58J3w== =mXTg -----END PGP SIGNATURE----- --tMbDGjvJuJijemkf-- ------------=_1594580342-26992-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 9 Jul 2020 06:45:39 +0000 Received: from localhost ([127.0.0.1]:39664 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jtQJP-0001zV-9a for submit@debbugs.gnu.org; Thu, 09 Jul 2020 02:45:39 -0400 Received: from lists.gnu.org ([209.51.188.17]:41714) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jtQJK-0001zH-1m for submit@debbugs.gnu.org; Thu, 09 Jul 2020 02:45:38 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:59738) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jtQJJ-00043x-Qd for guix-patches@gnu.org; Thu, 09 Jul 2020 02:45:33 -0400 Received: from relay12.mail.gandi.net ([217.70.178.232]:36045) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jtQJH-00034n-GF for guix-patches@gnu.org; Thu, 09 Jul 2020 02:45:33 -0400 Received: from localhost.localdomain (static-176-185-184-238.ftth.abo.bbox.fr [176.185.184.238]) (Authenticated sender: tanguy@bioneland.org) by relay12.mail.gandi.net (Postfix) with ESMTPSA id 71C1A200002; Thu, 9 Jul 2020 06:45:28 +0000 (UTC) From: Tanguy Le Carrour To: guix-patches@gnu.org Subject: [PATCH] gnu: profanity: Update to 0.9.5. Date: Thu, 9 Jul 2020 08:37:52 +0200 Message-Id: <20200709063751.18325-1-tanguy@bioneland.org> X-Mailer: git-send-email 2.27.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Received-SPF: none client-ip=217.70.178.232; envelope-from=tanguy@bioneland.org; helo=relay12.mail.gandi.net X-detected-operating-system: by eggs.gnu.org: First seen = 2020/07/09 02:45:28 X-ACL-Warn: Detected OS = Linux 3.11 and newer X-Spam_score_int: -35 X-Spam_score: -3.6 X-Spam_bar: --- X-Spam_report: (-3.6 / 5.0 requ) BAYES_00=-1.9, RCVD_IN_DNSWL_LOW=-0.7, RCVD_IN_MSPIKE_H2=-1, SPF_HELO_NONE=0.001, SPF_NONE=0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: submit Cc: Tanguy Le Carrour X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) * gnu/packages/messaging.scm (profanity): Update to 0.9.5. [inputs] Add sqlite. --- gnu/packages/messaging.scm | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/gnu/packages/messaging.scm b/gnu/packages/messaging.scm index 945257eca1..eb1856ada4 100644 --- a/gnu/packages/messaging.scm +++ b/gnu/packages/messaging.scm @@ -1695,14 +1695,14 @@ are both supported).") (define-public profanity (package (name "profanity") - (version "0.8.1") + (version "0.9.5") (source (origin (method url-fetch) (uri (string-append "https://profanity-im.github.io/profanity-" version ".tar.gz")) (sha256 (base32 - "15yrx2ir2bilxpjfaxpjb93yjpvpvcvh5r7wbsjx6kmmy7qg2zvb")))) + "00j9l9v62rz9hprgiy1vrz8v3v59ph18h8kskqxr31fgqvjv5xr3")))) (build-system gnu-build-system) (arguments '(#:configure-flags @@ -1721,7 +1721,8 @@ are both supported).") ("libotr" ,libotr) ("ncurses" ,ncurses) ("openssl" ,openssl) - ("readline" ,readline))) + ("readline" ,readline) + ("sqlite" ,sqlite))) (native-inputs `(("autoconf" ,autoconf) ("autoconf-archive" ,autoconf-archive) -- 2.27.0 ------------=_1594580342-26992-1--