mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 14:07:01 +01:00
gnu: emacs-clojure-mode: Update to 5.15.1.
* gnu/packages/emacs-xyz.scm (emacs-clojure-mode): Update to 5.15.1.
This commit is contained in:
parent
9355d46329
commit
fde477442e
1 changed files with 2 additions and 2 deletions
|
@ -10178,7 +10178,7 @@ (define-public emacs-lpy
|
|||
(define-public emacs-clojure-mode
|
||||
(package
|
||||
(name "emacs-clojure-mode")
|
||||
(version "5.14.0")
|
||||
(version "5.15.1")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -10187,7 +10187,7 @@ (define-public emacs-clojure-mode
|
|||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "0n7v6hx21f8x37gj388wnff38aqpzxxv5g8vxavp74vr3cbagsnn"))))
|
||||
(base32 "12m3yjhy4q0x3ri4xxb9raqg9lmw4hk4jgn436d9zvsk4fr3h1nd"))))
|
||||
(build-system emacs-build-system)
|
||||
(native-inputs
|
||||
(list emacs-buttercup emacs-dash emacs-paredit emacs-s))
|
||||
|
|
Loading…
Reference in a new issue