me
/
guix
Archived
1
0
Fork 0

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

* gnu/packages/emacs-xyz.scm (emacs-clojure-mode): Update to 5.16.0.
Nicolas Goaziou 2022-12-19 15:52:53 +01:00
parent 513ab9956d
commit dc33a21fc0
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 2 additions and 2 deletions

View File

@ -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))