guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 77f51b4ce73f4f0518d43aaffc74f71b4dece546
Author: Kjartan Oli Agustsson <[email protected]>
AuthorDate: Sun Jun 8 16:36:50 2025 +0000

    gnu: emacs-transient: Update to 0.9.1.
    
    * gnu/packages/emacs-xyz.scm (emacs-transient): Update to 0.9.1.
    
    Change-Id: I4757bf2b5d810c6ad25f16d794e941ee4a8db714
    Signed-off-by: Liliana Marie Prikler <[email protected]>
---
 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 @@ as Emacs Lisp.")
 (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 @@ as Emacs Lisp.")
              (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

Reply via email to