me
/
guix
Archived
1
0
Fork 0

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

* gnu/packages/emacs-xyz.scm (emacs-clojure-mode): Update to 5.16.1.
master
Nicolas Goaziou 2023-07-01 00:42:40 +02:00
parent 4b2a2161a5
commit d14a83ace2
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 2 additions and 2 deletions

View File

@ -12435,7 +12435,7 @@ allowing unprefixed keys to insert their respective characters as expected.")
(define-public emacs-clojure-mode
(package
(name "emacs-clojure-mode")
(version "5.16.0")
(version "5.16.1")
(source
(origin
(method git-fetch)
@ -12444,7 +12444,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 "0s09b9gbmjmk56jm9hcbk06zfa96kqhgx58d98w13yy01yx0pych"))))
(base32 "1gzr506mj2w8jigvdpsmp9jm4kb5k5v076wda2jz5dpbw4jgj5ms"))))
(build-system emacs-build-system)
(native-inputs
(list emacs-buttercup emacs-dash emacs-paredit emacs-s))