me
/
guix
Archived
1
0
Fork 0

gnu: emacs-clojure-mode: Update to 5.16.2.

* gnu/packages/emacs-xyz.scm (emacs-clojure-mode): Update to 5.16.2.
master
Nicolas Goaziou 2023-09-01 21:31:19 +02:00
parent 48949bf4e0
commit 04655bac28
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 2 additions and 2 deletions

View File

@ -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))