guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: emacs-transient: Update to 0.3.2.


From: guix-commits
Subject: branch master updated: gnu: emacs-transient: Update to 0.3.2.
Date: Fri, 23 Apr 2021 05:28:30 -0400

This is an automated email from the git hooks/post-receive script.

ngz pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 57b2ef5  gnu: emacs-transient: Update to 0.3.2.
57b2ef5 is described below

commit 57b2ef56484f1cea9edec0268f6f6e60b17d8334
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Fri Apr 23 11:27:58 2021 +0200

    gnu: emacs-transient: Update to 0.3.2.
    
    * gnu/packages/emacs-xyz.scm (emacs-transient): Update to 0.3.2.
---
 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 ace89ae..5d1f587 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -22658,7 +22658,7 @@ as Emacs Lisp.")
 (define-public emacs-transient
   (package
     (name "emacs-transient")
-    (version "0.3.0")
+    (version "0.3.2")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -22667,7 +22667,7 @@ as Emacs Lisp.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "0g694ydmb9zjn99hxgfjd3m73kpmnkbrgqhr73b4crbxza5sl29c"))))
+                "1766hdqzg95k62nqhadfv502mpnjlx1l59ppqmc6r0las82dc6a8"))))
     (build-system emacs-build-system)
     (arguments
      `(#:tests? #f                      ;no test suite



reply via email to

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