all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#74716] [PATCH] gnu: emacs-transient: Update to 0.8.0.
@ 2024-12-07  4:25 aurtzy
  2024-12-09 20:42 ` [bug#74716] [PATCH v2] gnu: emacs-transient: Update to 0.8.1 aurtzy
  2024-12-10 13:37 ` [bug#74716] QA review for 74716 Cayetano Santos via Guix-patches via
  0 siblings, 2 replies; 4+ messages in thread
From: aurtzy @ 2024-12-07  4:25 UTC (permalink / raw)
  To: 74716; +Cc: aurtzy, Andrew Tropin, Katherine Cox-Buday, Liliana Marie Prikler

* gnu/packages/emacs-xyz.scm (emacs-transient): Update to 0.8.0.

Change-Id: Ib95f4472979c963f4f024a6c6fcaa23903490f87
---
 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 b851232249..0eb9655393 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -32988,7 +32988,7 @@ (define-public emacs-elmacro
 (define-public emacs-transient
   (package
     (name "emacs-transient")
-    (version "0.7.7")
+    (version "0.8.0")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -32997,7 +32997,7 @@ (define-public emacs-transient
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "0rdhjb2fcxwxpbr7lrjqqqdnag2zqs8l6g4yw59bkp4g7kxpmmar"))))
+                "1f8w6b242ar0538pimnrf7a5j277q80z7n379hyihdblvjk90xi2"))))
     (build-system emacs-build-system)
     (arguments
      `(#:tests? #f                      ;no test suite

base-commit: c56505e399834a3f68cf2b6715b42f12ceea217a
-- 
2.46.0





^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2024-12-11  2:14 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-12-07  4:25 [bug#74716] [PATCH] gnu: emacs-transient: Update to 0.8.0 aurtzy
2024-12-09 20:42 ` [bug#74716] [PATCH v2] gnu: emacs-transient: Update to 0.8.1 aurtzy
2024-12-11  1:39   ` bug#74716: " Hilton Chain
2024-12-10 13:37 ` [bug#74716] QA review for 74716 Cayetano Santos via Guix-patches via

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.