summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Goaziou <[email protected]>2023-09-01 21:31:19 +0200
committerNicolas Goaziou <[email protected]>2023-09-01 22:21:51 +0200
commit04655bac28d5fc765cd5f303f3faa7bc0de071c2 (patch)
tree6d06fdc154f35291e1f2c468d4a682f0cbf4c8c4
parent48949bf4e0bd8331209a6d6f5a301d9f0fecf15e (diff)
gnu: emacs-clojure-mode: Update to 5.16.2.
* gnu/packages/emacs-xyz.scm (emacs-clojure-mode): Update to 5.16.2.
-rw-r--r--gnu/packages/emacs-xyz.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index bcca22820d..16d2627743 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -12726,7 +12726,7 @@ allowing unprefixed keys to insert their respective characters as expected.")
(define-public emacs-clojure-mode
(package
(name "emacs-clojure-mode")
- (version "5.16.1")
+ (version "5.16.2")
(source
(origin
(method git-fetch)
@@ -12735,7 +12735,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 "1gzr506mj2w8jigvdpsmp9jm4kb5k5v076wda2jz5dpbw4jgj5ms"))))
+ (base32 "0axqdzq4rjjxsxx4b8n2g2gf82wrznbzdilp2kv831wyl33z29mk"))))
(build-system emacs-build-system)
(native-inputs
(list emacs-buttercup emacs-dash emacs-paredit emacs-s))