gnu: emacs-clojure-mode: Update to 5.16.0.
* gnu/packages/emacs-xyz.scm (emacs-clojure-mode): Update to 5.16.0.
parent
513ab9956d
commit
dc33a21fc0
|
@ -11342,7 +11342,7 @@ allowing unprefixed keys to insert their respective characters as expected.")
|
|||
(define-public emacs-clojure-mode
|
||||
(package
|
||||
(name "emacs-clojure-mode")
|
||||
(version "5.15.1")
|
||||
(version "5.16.0")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -11351,7 +11351,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 "12m3yjhy4q0x3ri4xxb9raqg9lmw4hk4jgn436d9zvsk4fr3h1nd"))))
|
||||
(base32 "0s09b9gbmjmk56jm9hcbk06zfa96kqhgx58d98w13yy01yx0pych"))))
|
||||
(build-system emacs-build-system)
|
||||
(native-inputs
|
||||
(list emacs-buttercup emacs-dash emacs-paredit emacs-s))
|
||||
|
|
Reference in New Issue