guix-patches
[Top][All Lists]
Advanced

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

[bug#49375] [PATCH] gnu: emacs-transient: Update to 0.3.6.


From: Xinglu Chen
Subject: [bug#49375] [PATCH] gnu: emacs-transient: Update to 0.3.6.
Date: Sun, 04 Jul 2021 12:40:17 +0200

* gnu/packages/emacs-xyz.scm (emacs-transient): Update to 0.3.6.
---
 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 31fa8a03f1..0cd57db601 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -23597,7 +23597,7 @@ as Emacs Lisp.")
 (define-public emacs-transient
   (package
     (name "emacs-transient")
-    (version "0.3.5")
+    (version "0.3.6")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -23606,7 +23606,7 @@ as Emacs Lisp.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "0wzfnzv2304a737zwp163aajjhm8i3ix9v7palgg1r3jskvbghmw"))))
+                "10k9dzs8y6i0rfckclxm5n3maylmh95993n5dvrs8rbmlcpmihvy"))))
     (build-system emacs-build-system)
     (arguments
      `(#:tests? #f                      ;no test suite

base-commit: b65af6ed9120234cf655e8e76317558cfbd02477
-- 
2.32.0






reply via email to

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