guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

07/25: gnu: emacs-transient: Update to 0.7.3.


From: guix-commits
Subject: 07/25: gnu: emacs-transient: Update to 0.7.3.
Date: Sun, 21 Jul 2024 10:40:35 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit 2badf5eda9ae31818c9b1dc7bf9df24165180079
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sun Jul 21 16:04:56 2024 +0200

    gnu: emacs-transient: Update to 0.7.3.
    
    * gnu/packages/emacs-xyz.scm (emacs-transient): Update to 0.7.3.
    
    Change-Id: I9b9322c1019f41c42666715850a83fc072f63cb5
---
 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 7490b14e50..0f8e2bf301 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -32042,7 +32042,7 @@ as Emacs Lisp.")
 (define-public emacs-transient
   (package
     (name "emacs-transient")
-    (version "0.7.2")
+    (version "0.7.3")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -32051,7 +32051,7 @@ as Emacs Lisp.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "0fkgl374jxar2fhpjn4j67r7qc71xlg15r968lk1bny3aj3wf989"))))
+                "11yygh8h2ggslym3mly9dfgyml9srmcqkx1i9n190idv5a4gkjm7"))))
     (build-system emacs-build-system)
     (arguments
      `(#:tests? #f                      ;no test suite



reply via email to

[Prev in Thread] Current Thread [Next in Thread]