diff options
author | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2022-08-02 11:20:51 +0200 |
---|---|---|
committer | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2022-08-02 11:53:59 +0200 |
commit | fde477442ec0460d646db13077e57dd3f878c687 (patch) | |
tree | d659e5be58fabaeb8cc6f3e5129e824c56eb3722 | |
parent | 9355d463290bcc29b0885e18c9b19258934ea0a2 (diff) | |
download | guix-fde477442ec0460d646db13077e57dd3f878c687.tar.gz |
gnu: emacs-clojure-mode: Update to 5.15.1.
* gnu/packages/emacs-xyz.scm (emacs-clojure-mode): Update to 5.15.1.
-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 3804ef402a..7a060783f8 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -10178,7 +10178,7 @@ allowing unprefixed keys to insert their respective characters as expected.") (define-public emacs-clojure-mode (package (name "emacs-clojure-mode") - (version "5.14.0") + (version "5.15.1") (source (origin (method git-fetch) @@ -10187,7 +10187,7 @@ allowing unprefixed keys to insert their respective characters as expected.") (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "0n7v6hx21f8x37gj388wnff38aqpzxxv5g8vxavp74vr3cbagsnn")))) + (base32 "12m3yjhy4q0x3ri4xxb9raqg9lmw4hk4jgn436d9zvsk4fr3h1nd")))) (build-system emacs-build-system) (native-inputs (list emacs-buttercup emacs-dash emacs-paredit emacs-s)) |