mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: emacs-clojure-mode: Update to 5.17.0.
* gnu/packages/emacs-xyz.scm (emacs-clojure-mode): Update to 5.17.0.
This commit is contained in:
parent
d8ff8fcf50
commit
81ba1bd524
1 changed files with 2 additions and 2 deletions
|
@ -12956,7 +12956,7 @@ (define-public emacs-lpy
|
|||
(define-public emacs-clojure-mode
|
||||
(package
|
||||
(name "emacs-clojure-mode")
|
||||
(version "5.16.2")
|
||||
(version "5.17.0")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -12965,7 +12965,7 @@ (define-public emacs-clojure-mode
|
|||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "0axqdzq4rjjxsxx4b8n2g2gf82wrznbzdilp2kv831wyl33z29mk"))))
|
||||
(base32 "0knx3y53z0dn49xisa78bac55vhhkwxs2iw3jvalx41wfwvkirxc"))))
|
||||
(build-system emacs-build-system)
|
||||
(native-inputs
|
||||
(list emacs-buttercup emacs-dash emacs-paredit emacs-s))
|
||||
|
|
Loading…
Reference in a new issue