me
/
guix
Archived
1
0
Fork 0

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
master
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
1 changed files with 2 additions and 2 deletions

View File

@ -13232,7 +13232,7 @@ allowing unprefixed keys to insert their respective characters as expected.")
(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 @@ allowing unprefixed keys to insert their respective characters as expected.")
(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))