From unknown Sat Jun 14 19:25:15 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#78709] [PATCH emacs-team] gnu: emacs-transient: Update to 0.9.1. Resent-From: Cayetano Santos Original-Sender: "Debbugs-submit" Resent-CC: andrew@trop.in, csantosb@inventati.org, divya@subvertising.org, hako@ultrarare.space, ian@retrospec.tv, cox.katherine.e+guix@gmail.com, liliana.prikler@gmail.com, trev@trevdev.ca, guix-patches@gnu.org Resent-Date: Fri, 06 Jun 2025 09:18:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 78709 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 78709@debbugs.gnu.org Cc: Cayetano Santos , Andrew Tropin , Cayetano Santos , Divya Ranjan Pattanaik , Hilton Chain , Ian Eure , Katherine Cox-Buday , Liliana Marie Prikler , Trevor Richards X-Debbugs-Original-To: guix-patches@gnu.org X-Debbugs-Original-Xcc: Andrew Tropin , Cayetano Santos , Divya Ranjan Pattanaik , Hilton Chain , Ian Eure , Katherine Cox-Buday , Liliana Marie Prikler , Trevor Richards Received: via spool by submit@debbugs.gnu.org id=B.174920145523670 (code B ref -1); Fri, 06 Jun 2025 09:18:02 +0000 Received: (at submit) by debbugs.gnu.org; 6 Jun 2025 09:17:35 +0000 Received: from localhost ([127.0.0.1]:41832 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1uNTCg-00069i-QP for submit@debbugs.gnu.org; Fri, 06 Jun 2025 05:17:35 -0400 Received: from lists.gnu.org ([2001:470:142::17]:56554) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1uNTCd-00069Q-Ry for submit@debbugs.gnu.org; Fri, 06 Jun 2025 05:17:32 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1uNTCY-0003ML-4S for guix-patches@gnu.org; Fri, 06 Jun 2025 05:17:26 -0400 Received: from confino.investici.org ([93.190.126.19]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1uNTCV-0007w6-8D for guix-patches@gnu.org; Fri, 06 Jun 2025 05:17:25 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=inventati.org; s=stigmate; t=1749201439; bh=ip77sF7OZiKSHiF684V6BtT9zwTTSwXGZLu3bS15Kz4=; h=From:To:Cc:Subject:Date:From; b=UNdnuvpC0gJ0R3htgXX10r8F1v/05vJpuOaRCF+L095hlkoC/TPMEvRJJPdEBE283 C7P9yHrlDYp4YLPhN2wZqrtU3C1AZlybkZL2wt3xVqYqnQqO+re9BR2ZXtN18bENru 7CL+jNo45Nbi1aN6meQ+ZR7pZyyMl+X7EdchSOhg= Received: from mx1.investici.org (unknown [127.0.0.1]) by confino.investici.org (Postfix) with ESMTP id 4bDG1C3ms4z10t9; Fri, 6 Jun 2025 09:17:19 +0000 (UTC) Received: from [93.190.126.19] (mx1.investici.org [93.190.126.19]) (Authenticated sender: cayetano.santos@inventati.org) by localhost (Postfix) with ESMTPSA id 4bDG1B3j8xz10t4; Fri, 6 Jun 2025 09:17:18 +0000 (UTC) From: Cayetano Santos Date: Fri, 6 Jun 2025 11:17:11 +0200 Message-ID: X-Mailer: git-send-email 2.49.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=93.190.126.19; envelope-from=csantosb@inventati.org; helo=confino.investici.org X-Spam_score_int: -27 X-Spam_score: -2.8 X-Spam_bar: -- X-Spam_report: (-2.8 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_LOW=-0.7, RCVD_IN_VALIDITY_CERTIFIED_BLOCKED=0.001, RCVD_IN_VALIDITY_RPBL_BLOCKED=0.001, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: 0.9 (/) 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: -0.1 (/) * gnu/packages/emacs-xyz.scm (emacs-transient): Update to 0.9.1. Change-Id: I3000320f75b3eda16b8d5cd217fe6041013cbb46 --- gnu/packages/emacs-xyz.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index 5f285d0761..1fb4a56a57 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -34868,7 +34868,7 @@ (define-public emacs-elmacro (define-public emacs-transient (package (name "emacs-transient") - (version "0.8.7") + (version "0.9.1") (source (origin (method git-fetch) @@ -34877,7 +34877,7 @@ (define-public emacs-transient (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "1p3l2j1jrs39j1arzhczwi1ndcqmj5wvbq0y88brk3srzkwj69dr")))) + (base32 "09fjb7cvlxjby1r2liqhp90naz0dcfc5m3d4578zyxzhayhpmc13")))) (build-system emacs-build-system) (arguments `(#:tests? #f ;no test suite base-commit: 60e332adae600e230efb76e4027b764e3ae2c7dc -- 2.49.0 From unknown Sat Jun 14 19:25:15 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: Cayetano Santos Subject: bug#78709: closed (close) Message-ID: References: <87frg9qmc2.fsf@inventati.org> X-Gnu-PR-Message: they-closed 78709 X-Gnu-PR-Package: guix-patches X-Gnu-PR-Keywords: patch Reply-To: 78709@debbugs.gnu.org Date: Mon, 09 Jun 2025 09:45:02 +0000 Content-Type: multipart/mixed; boundary="----------=_1749462302-24715-1" This is a multi-part message in MIME format... ------------=_1749462302-24715-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #78709: [PATCH emacs-team] gnu: emacs-transient: Update to 0.9.1. 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 78709@debbugs.gnu.org. --=20 78709: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D78709 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1749462302-24715-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 78709-done) by debbugs.gnu.org; 9 Jun 2025 09:44:59 +0000 Received: from localhost ([127.0.0.1]:53914 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1uOZ3r-0006QH-Es for submit@debbugs.gnu.org; Mon, 09 Jun 2025 05:44:59 -0400 Received: from confino.investici.org ([93.190.126.19]:33435) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1uOZ3o-0006Q2-Tj for 78709-done@debbugs.gnu.org; Mon, 09 Jun 2025 05:44:57 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=inventati.org; s=stigmate; t=1749462294; bh=YGmM8ORgNN3q60A9t5ExFGLmulFqYLxnhm2U2ap32qw=; h=From:To:Subject:Date:From; b=eme7LPN4vL5JfFrdMNX3uO17hJh/WFC8gq1I89o76/2cyOX6CEG0EWUvq+5rjSWyE RLJ5DKGIprHgLGo478zh9XEFk3031zJGe5S2JpwOnfBXrSu1LlZFr4SxcAa4PfE39d OnzlUm0wIfPBspIcfMkQyO8Gp5nxv03EmN5v4GbY= Received: from mx1.investici.org (unknown [127.0.0.1]) by confino.investici.org (Postfix) with ESMTP id 4bG6Tf4PLSz10t2 for <78709-done@debbugs.gnu.org>; Mon, 9 Jun 2025 09:44:54 +0000 (UTC) Received: from [93.190.126.19] (mx1.investici.org [93.190.126.19]) (Authenticated sender: cayetano.santos@inventati.org) by localhost (Postfix) with ESMTPSA id 4bG6Tf2NT4z10qs for <78709-done@debbugs.gnu.org>; Mon, 9 Jun 2025 09:44:54 +0000 (UTC) From: Cayetano Santos To: 78709-done@debbugs.gnu.org Subject: close User-Agent: mu4e 1.12.11; emacs 29.4 Date: Mon, 09 Jun 2025 11:46:21 +0200 Message-ID: <87frg9qmc2.fsf@inventati.org> MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 78709-done 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.7 (-) Merged in 77f51b4ce7. -- Cayetano Santos ------------=_1749462302-24715-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 6 Jun 2025 09:17:35 +0000 Received: from localhost ([127.0.0.1]:41832 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1uNTCg-00069i-QP for submit@debbugs.gnu.org; Fri, 06 Jun 2025 05:17:35 -0400 Received: from lists.gnu.org ([2001:470:142::17]:56554) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1uNTCd-00069Q-Ry for submit@debbugs.gnu.org; Fri, 06 Jun 2025 05:17:32 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1uNTCY-0003ML-4S for guix-patches@gnu.org; Fri, 06 Jun 2025 05:17:26 -0400 Received: from confino.investici.org ([93.190.126.19]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1uNTCV-0007w6-8D for guix-patches@gnu.org; Fri, 06 Jun 2025 05:17:25 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=inventati.org; s=stigmate; t=1749201439; bh=ip77sF7OZiKSHiF684V6BtT9zwTTSwXGZLu3bS15Kz4=; h=From:To:Cc:Subject:Date:From; b=UNdnuvpC0gJ0R3htgXX10r8F1v/05vJpuOaRCF+L095hlkoC/TPMEvRJJPdEBE283 C7P9yHrlDYp4YLPhN2wZqrtU3C1AZlybkZL2wt3xVqYqnQqO+re9BR2ZXtN18bENru 7CL+jNo45Nbi1aN6meQ+ZR7pZyyMl+X7EdchSOhg= Received: from mx1.investici.org (unknown [127.0.0.1]) by confino.investici.org (Postfix) with ESMTP id 4bDG1C3ms4z10t9; Fri, 6 Jun 2025 09:17:19 +0000 (UTC) Received: from [93.190.126.19] (mx1.investici.org [93.190.126.19]) (Authenticated sender: cayetano.santos@inventati.org) by localhost (Postfix) with ESMTPSA id 4bDG1B3j8xz10t4; Fri, 6 Jun 2025 09:17:18 +0000 (UTC) From: Cayetano Santos To: guix-patches@gnu.org Subject: [PATCH emacs-team] gnu: emacs-transient: Update to 0.9.1. Date: Fri, 6 Jun 2025 11:17:11 +0200 Message-ID: X-Mailer: git-send-email 2.49.0 MIME-Version: 1.0 X-Debbugs-Cc: Andrew Tropin , Cayetano Santos , Divya Ranjan Pattanaik , Hilton Chain , Ian Eure , Katherine Cox-Buday , Liliana Marie Prikler , Trevor Richards Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=93.190.126.19; envelope-from=csantosb@inventati.org; helo=confino.investici.org X-Spam_score_int: -27 X-Spam_score: -2.8 X-Spam_bar: -- X-Spam_report: (-2.8 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_LOW=-0.7, RCVD_IN_VALIDITY_CERTIFIED_BLOCKED=0.001, RCVD_IN_VALIDITY_RPBL_BLOCKED=0.001, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: 0.9 (/) X-Debbugs-Envelope-To: submit Cc: Cayetano Santos 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: -0.1 (/) * gnu/packages/emacs-xyz.scm (emacs-transient): Update to 0.9.1. Change-Id: I3000320f75b3eda16b8d5cd217fe6041013cbb46 --- gnu/packages/emacs-xyz.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index 5f285d0761..1fb4a56a57 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -34868,7 +34868,7 @@ (define-public emacs-elmacro (define-public emacs-transient (package (name "emacs-transient") - (version "0.8.7") + (version "0.9.1") (source (origin (method git-fetch) @@ -34877,7 +34877,7 @@ (define-public emacs-transient (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "1p3l2j1jrs39j1arzhczwi1ndcqmj5wvbq0y88brk3srzkwj69dr")))) + (base32 "09fjb7cvlxjby1r2liqhp90naz0dcfc5m3d4578zyxzhayhpmc13")))) (build-system emacs-build-system) (arguments `(#:tests? #f ;no test suite base-commit: 60e332adae600e230efb76e4027b764e3ae2c7dc -- 2.49.0 ------------=_1749462302-24715-1--