* [bug#72591] [PATCH] gnu: emacs-transient: Update to 0.7.4.
@ 2024-08-12 10:12 Sergiu Ivanov
2024-08-14 10:25 ` bug#72591: " Christopher Baines
0 siblings, 1 reply; 2+ messages in thread
From: Sergiu Ivanov @ 2024-08-12 10:12 UTC (permalink / raw)
To: 72591
[-- Attachment #1: Type: text/plain, Size: 86 bytes --]
Dear Guix,
Here's a patch bumping the version on emacs-transient.
Thanks!
-
Sergiu
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-gnu-emacs-transient-Update-to-0.7.4.patch --]
[-- Type: text/x-patch, Size: 1430 bytes --]
From 3d3bcdedcbbcc9230faa2332b714a90347912be2 Mon Sep 17 00:00:00 2001
Message-ID: <3d3bcdedcbbcc9230faa2332b714a90347912be2.1723457447.git.sivanov@colimite.fr>
From: Sergiu Ivanov <sivanov@colimite.fr>
Date: Mon, 12 Aug 2024 11:08:19 +0100
Subject: [PATCH] gnu: emacs-transient: Update to 0.7.4.
* gnu/packages/emacs-xyz.scm (emacs-transient): Update to 0.7.4.
Change-Id: I1e71ee11d9225addd9875357c909313b513ca883
---
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 2ff1ed4bf0..d338957c1d 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -32043,7 +32043,7 @@ (define-public emacs-elmacro
(define-public emacs-transient
(package
(name "emacs-transient")
- (version "0.7.3")
+ (version "0.7.4")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -32052,7 +32052,7 @@ (define-public emacs-transient
(file-name (git-file-name name version))
(sha256
(base32
- "11yygh8h2ggslym3mly9dfgyml9srmcqkx1i9n190idv5a4gkjm7"))))
+ "0ad0qkcvc9w6ry8f4b6xrdy52vlxm8nrp67k2p97w6prhyfxbp7p"))))
(build-system emacs-build-system)
(arguments
`(#:tests? #f ;no test suite
base-commit: 174ecf5b1077d29498d9de22e27b13047f314feb
--
2.45.2
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-08-14 10:26 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-08-12 10:12 [bug#72591] [PATCH] gnu: emacs-transient: Update to 0.7.4 Sergiu Ivanov
2024-08-14 10:25 ` bug#72591: " Christopher Baines
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.