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

* gnu/packages/emacs-xyz.scm (emacs-clojure-mode): Update to 5.18.1.

Change-Id: I374f3ebca45fdce8ed84036fe999ace26d73c1ea
This commit is contained in:
Nicolas Goaziou 2024-01-01 18:39:37 +01:00
parent ea2eaaa46c
commit 4103d685c0
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -13232,7 +13232,7 @@ (define-public emacs-lpy
(define-public emacs-clojure-mode
(package
(name "emacs-clojure-mode")
(version "5.18.0")
(version "5.18.1")
(source
(origin
(method git-fetch)
@ -13241,7 +13241,7 @@ (define-public emacs-clojure-mode
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32 "0g4x587fpzcj9y59k8sb1g7c6yvga9gjs8ximpmar7d8jq2cv5qa"))))
(base32 "1d5kkq2i8d04k2qfrb31zyjpij92ckbccnzvz01mls3xrvpr57m5"))))
(build-system emacs-build-system)
(native-inputs
(list emacs-buttercup emacs-dash emacs-paredit emacs-s))