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

* gnu/packages/emacs-xyz.scm (emacs-clojure-mode): Update to 5.14.0.
This commit is contained in:
Nicolas Goaziou 2022-03-08 23:38:29 +01:00
parent 366f6698ac
commit aff0c79481
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D

View File

@ -9734,16 +9734,16 @@ allowing unprefixed keys to insert their respective characters as expected.")
(define-public emacs-clojure-mode (define-public emacs-clojure-mode
(package (package
(name "emacs-clojure-mode") (name "emacs-clojure-mode")
(version "5.13.0") (version "5.14.0")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
(uri (git-reference (uri (git-reference
(url "https://github.com/clojure-emacs/clojure-mode") (url "https://github.com/clojure-emacs/clojure-mode")
(commit version))) (commit (string-append "v" version))))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 "1ikl29rygr1habcsglz07m4ihd4ivi732kkzg8q676ihf367wa9i")))) (base32 "0n7v6hx21f8x37gj388wnff38aqpzxxv5g8vxavp74vr3cbagsnn"))))
(build-system emacs-build-system) (build-system emacs-build-system)
(native-inputs (native-inputs
(list emacs-buttercup emacs-dash emacs-paredit emacs-s)) (list emacs-buttercup emacs-dash emacs-paredit emacs-s))