mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-01 00:52:55 -05:00
gnu: emacs-clojure-mode: Update to 5.12.0.
* gnu/packages/emacs-xyz.scm (emacs-clojure-mode): Update to 5.12.0. [native-inputs]: Add emacs-paredit.
This commit is contained in:
parent
40cd24a60c
commit
accdd9dd97
1 changed files with 3 additions and 2 deletions
|
@ -7160,7 +7160,7 @@ (define-public emacs-lpy
|
||||||
(define-public emacs-clojure-mode
|
(define-public emacs-clojure-mode
|
||||||
(package
|
(package
|
||||||
(name "emacs-clojure-mode")
|
(name "emacs-clojure-mode")
|
||||||
(version "5.11.0")
|
(version "5.12.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -7169,11 +7169,12 @@ (define-public emacs-clojure-mode
|
||||||
(commit version)))
|
(commit version)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1x1yszp6waa778ki6sw66w1pzcz389wd01gkcldfxxnd7z89ad5d"))))
|
(base32 "14ipfy9ji39pnb9x7bzjp8lyqyxk168fx017m823j7a2g9i0sgp3"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("emacs-buttercup" ,emacs-buttercup)
|
`(("emacs-buttercup" ,emacs-buttercup)
|
||||||
("emacs-dash" ,emacs-dash)
|
("emacs-dash" ,emacs-dash)
|
||||||
|
("emacs-paredit" ,emacs-paredit)
|
||||||
("emacs-s" ,emacs-s)))
|
("emacs-s" ,emacs-s)))
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #t
|
`(#:tests? #t
|
||||||
|
|
Loading…
Reference in a new issue