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

* gnu/packages/emacs-xyz.scm (emacs-clojure-mode): Update to 5.17.0.
This commit is contained in:
Nicolas Goaziou 2023-10-03 18:18:47 +02:00
parent d8ff8fcf50
commit 81ba1bd524
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -12956,7 +12956,7 @@ (define-public emacs-lpy
(define-public emacs-clojure-mode
(package
(name "emacs-clojure-mode")
(version "5.16.2")
(version "5.17.0")
(source
(origin
(method git-fetch)
@ -12965,7 +12965,7 @@ (define-public emacs-clojure-mode
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32 "0axqdzq4rjjxsxx4b8n2g2gf82wrznbzdilp2kv831wyl33z29mk"))))
(base32 "0knx3y53z0dn49xisa78bac55vhhkwxs2iw3jvalx41wfwvkirxc"))))
(build-system emacs-build-system)
(native-inputs
(list emacs-buttercup emacs-dash emacs-paredit emacs-s))