guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: emacs-which-key: update to 3.4.0


From: guix-commits
Subject: branch master updated: gnu: emacs-which-key: update to 3.4.0
Date: Wed, 18 Mar 2020 07:28:54 -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 202c674  gnu: emacs-which-key: update to 3.4.0
202c674 is described below

commit 202c674ca794649070a13a5aa87ba034f15566bd
Author: Michael Rohleder <address@hidden>
AuthorDate: Tue Mar 17 19:10:10 2020 +0100

    gnu: emacs-which-key: update to 3.4.0
    
    [[PGP Signed Part:No public key for 7C7AFFBEFEF2CB25 created at 
2020-03-17T19:10:10+0100 using RSA]]
    * gnu/packages/emacs-xyz.scm (emacs-which-key): Update to 3.4.0
    
    From f36fee740bab3d74b526358be421a1527af9b69d Mon Sep 17 00:00:00 2001
    From: Michael Rohleder <address@hidden>
    Date: Tue, 17 Mar 2020 19:03:45 +0100
    Subject: [PATCH] gnu: emacs-which-key: update to 3.4.0
    
    * gnu/packages/emacs-xyz.scm (emacs-which-key): Update to 3.4.0
---
 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 932170f..22f8f14 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -10404,7 +10404,7 @@ or @code{treemacs}, but leveraging @code{Dired} to do 
the job of display.")
 (define-public emacs-which-key
   (package
     (name "emacs-which-key")
-    (version "3.3.1")
+    (version "3.4.0")
     (source
      (origin
        (method git-fetch)
@@ -10413,7 +10413,7 @@ or @code{treemacs}, but leveraging @code{Dired} to do 
the job of display.")
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1dh6kr00wmql46whjkvnl953zngiv5j99ypvr1b3cb2174623afb"))))
+        (base32 "1ahgb7dqdc75farkl0fg0a6hvx2067gdvjq99cd3z2dz56km0p05"))))
     (build-system emacs-build-system)
     (arguments
      `(#:tests? #t



reply via email to

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