From unknown Thu Jun 19 14:12:21 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#43734 <43734@debbugs.gnu.org> To: bug#43734 <43734@debbugs.gnu.org> Subject: Status: [PATCH] gnu: seahorse: Update to 3.36. Reply-To: bug#43734 <43734@debbugs.gnu.org> Date: Thu, 19 Jun 2025 21:12:21 +0000 retitle 43734 [PATCH] gnu: seahorse: Update to 3.36. reassign 43734 guix-patches submitter 43734 Michael Rohleder severity 43734 normal tag 43734 patch fixed thanks From debbugs-submit-bounces@debbugs.gnu.org Wed Sep 30 22:27:33 2020 Received: (at submit) by debbugs.gnu.org; 1 Oct 2020 02:27:33 +0000 Received: from localhost ([127.0.0.1]:33559 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kNoJh-0002wG-L7 for submit@debbugs.gnu.org; Wed, 30 Sep 2020 22:27:33 -0400 Received: from lists.gnu.org ([209.51.188.17]:40534) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kNoJf-0002w8-NX for submit@debbugs.gnu.org; Wed, 30 Sep 2020 22:27:32 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:51392) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kNoJf-00068M-GV for guix-patches@gnu.org; Wed, 30 Sep 2020 22:27:31 -0400 Received: from wp224.webpack.hosteurope.de ([2a01:488:42:1000:50ed:84e7::]:44798) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kNoJd-0007mb-L3 for guix-patches@gnu.org; Wed, 30 Sep 2020 22:27:31 -0400 Received: from www.rohleder.de ([37.61.204.227]); authenticated by wp224.webpack.hosteurope.de running ExIM with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) id 1kNoJY-0000eD-Iz; Thu, 01 Oct 2020 04:27:24 +0200 Received: from [192.168.1.3] (helo=micha.rohleder.de) by www.rohleder.de with esmtp (Exim 4.94) (envelope-from ) id 1kNoJX-0002Wx-IS; Thu, 01 Oct 2020 04:27:24 +0200 From: Michael Rohleder To: guix-patches@gnu.org Subject: [PATCH] gnu: seahorse: Update to 3.36. Date: Thu, 1 Oct 2020 04:27:23 +0200 Message-Id: <20201001022723.29853-1-mike@rohleder.de> X-Mailer: git-send-email 2.28.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-bounce-key: webpack.hosteurope.de;mike@rohleder.de;1601519249;25113b43; X-HE-SMSGID: 1kNoJY-0000eD-Iz Received-SPF: permerror client-ip=2a01:488:42:1000:50ed:84e7::; envelope-from=mike@rohleder.de; helo=wp224.webpack.hosteurope.de X-detected-operating-system: by eggs.gnu.org: First seen = 2020/09/30 22:27:25 X-ACL-Warn: Detected OS = ??? X-Spam_score_int: -18 X-Spam_score: -1.9 X-Spam_bar: - X-Spam_report: (-1.9 / 5.0 requ) BAYES_00=-1.9, SPF_HELO_NONE=0.001, T_SPF_PERMERROR=0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: submit Cc: Michael Rohleder 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/gnome.scm (seahorse): Update to 3.36. [inputs]: Add libhandy-0.0. --- gnu/packages/gnome.scm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index c043e7128e..ad4aeae190 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -4055,7 +4055,7 @@ engineering.") (define-public seahorse (package (name "seahorse") - (version "3.34") + (version "3.36") (source (origin (method url-fetch) @@ -4064,7 +4064,7 @@ engineering.") version ".tar.xz")) (sha256 (base32 - "16sfnqrdlr5xx6kixx2ln1mva7nngjlw1k3f5n454vyaigffjh2v")))) + "1nqn4a6dr4l1fpzj3mv4swhpnvhjcqlwsyhwm59sdzqgdfx4hbwr")))) (build-system meson-build-system) (arguments '(#:glib-or-gtk? #t @@ -4084,6 +4084,7 @@ engineering.") ("openldap" ,openldap) ("openssh" ,openssh) ("avahi" ,avahi) + ("libhandy" ,libhandy-0.0) ("libpwquality" ,libpwquality) ("libsecret" ,libsecret) ("libsoup" ,libsoup))) -- 2.28.0 From debbugs-submit-bounces@debbugs.gnu.org Mon Oct 05 04:17:31 2020 Received: (at 43734) by debbugs.gnu.org; 5 Oct 2020 08:17:31 +0000 Received: from localhost ([127.0.0.1]:47793 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kPLgZ-0006R9-L7 for submit@debbugs.gnu.org; Mon, 05 Oct 2020 04:17:31 -0400 Received: from eggs.gnu.org ([209.51.188.92]:56802) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kPLgX-0006MM-MX for 43734@debbugs.gnu.org; Mon, 05 Oct 2020 04:17:29 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:54630) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kPLgS-0006ZF-1x; Mon, 05 Oct 2020 04:17:24 -0400 Received: from [2001:660:6102:320:e120:2c8f:8909:cdfe] (port=33942 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1kPLgR-00009N-MA; Mon, 05 Oct 2020 04:17:23 -0400 From: =?utf-8?Q?Ludovic_Court=C3=A8s?= To: Michael Rohleder Subject: Re: [bug#43734] [PATCH] gnu: seahorse: Update to 3.36. References: <20201001022723.29853-1-mike@rohleder.de> Date: Mon, 05 Oct 2020 10:17:19 +0200 In-Reply-To: <20201001022723.29853-1-mike@rohleder.de> (Michael Rohleder's message of "Thu, 1 Oct 2020 04:27:23 +0200") Message-ID: <87d01x5bow.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 43734 Cc: 43734@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: -3.3 (---) Hi, Michael Rohleder skribis: > * gnu/packages/gnome.scm (seahorse): Update to 3.36. > [inputs]: Add libhandy-0.0. Applied, thanks! Ludo=E2=80=99. From debbugs-submit-bounces@debbugs.gnu.org Mon Oct 05 04:17:37 2020 Received: (at control) by debbugs.gnu.org; 5 Oct 2020 08:17:37 +0000 Received: from localhost ([127.0.0.1]:47796 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kPLge-0006Vp-SP for submit@debbugs.gnu.org; Mon, 05 Oct 2020 04:17:37 -0400 Received: from eggs.gnu.org ([209.51.188.92]:56822) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kPLge-0006Qu-5L for control@debbugs.gnu.org; Mon, 05 Oct 2020 04:17:36 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:54631) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kPLgY-0006Ze-V9 for control@debbugs.gnu.org; Mon, 05 Oct 2020 04:17:30 -0400 Received: from [2001:660:6102:320:e120:2c8f:8909:cdfe] (port=33944 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1kPLgY-00009b-GR for control@debbugs.gnu.org; Mon, 05 Oct 2020 04:17:30 -0400 Date: Mon, 05 Oct 2020 10:17:29 +0200 Message-Id: <87blhh5bom.fsf@gnu.org> To: control@debbugs.gnu.org From: =?utf-8?Q?Ludovic_Court=C3=A8s?= Subject: control message for bug #43734 MIME-version: 1.0 Content-type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: control 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 (---) tags 43734 fixed close 43734 quit From unknown Thu Jun 19 14:12:21 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Mon, 02 Nov 2020 12:24:05 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator