guix-commits
[Top][All Lists]
Advanced

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

17/24: gnu: emacs-transient: Update to 0.7.2.


From: guix-commits
Subject: 17/24: gnu: emacs-transient: Update to 0.7.2.
Date: Sat, 29 Jun 2024 04:47:15 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit 0ae9a2b0f5ddd4f0f96cacf168a5028812cef9e2
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sat Jun 29 09:58:26 2024 +0200

    gnu: emacs-transient: Update to 0.7.2.
    
    * gnu/packages/emacs-xyz.scm (emacs-transient): Update to 0.7.2.
    
    Change-Id: I1d52921d0850dfe77c81d82417d84ecc2e2f865d
---
 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 981faa8c96..2b7e328c9d 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -31764,7 +31764,7 @@ as Emacs Lisp.")
 (define-public emacs-transient
   (package
     (name "emacs-transient")
-    (version "0.7.0")
+    (version "0.7.2")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -31773,7 +31773,7 @@ as Emacs Lisp.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "1hkb10b3d76cm0gqcyhi4dyzjdx4fbblx0qcv9nb7xlnwwgm2y80"))))
+                "0fkgl374jxar2fhpjn4j67r7qc71xlg15r968lk1bny3aj3wf989"))))
     (build-system emacs-build-system)
     (arguments
      `(#:tests? #f                      ;no test suite



reply via email to

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