diff options
author | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2022-02-15 00:16:29 +0100 |
---|---|---|
committer | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2022-02-15 00:16:29 +0100 |
commit | 208c607854c0f37923c1679d2280f03cb3630e77 (patch) | |
tree | 85a0cbbc2a3bffda4bfceff8b978c384e2642c88 | |
parent | 15cf09fc6970202863d841f71bdd3ffaf2844648 (diff) | |
download | guix-208c607854c0f37923c1679d2280f03cb3630e77.tar guix-208c607854c0f37923c1679d2280f03cb3630e77.tar.gz |
gnu: emacs-which-key: Update to 3.6.0.
* gnu/packages/emacs-xyz.scm (emacs-which-key): Update to 3.6.0.
-rw-r--r-- | gnu/packages/emacs-xyz.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index 7585f1bf7d..4388eebf77 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -15331,7 +15331,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.5.4") + (version "3.6.0") (source (origin (method git-fetch) @@ -15340,7 +15340,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 "0wz3bb7vzxqi3wqpn46z6ps00m9wjcpv9cfvqi7lyvm920sxzlv7")))) + (base32 "0ph5mrzz3r7x4dmy93v6affl4jznvic97a30mrs3kvhwyr2v4mby")))) (build-system emacs-build-system) (arguments `(#:tests? #t |