mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: emacs-cider: Update to 1.13.0.
* gnu/packages/emacs-xyz.scm (emacs-cider): Update to 1.13.0. Change-Id: I0186168caf932111a490f993cc085b455d35765a
This commit is contained in:
parent
85637f78c4
commit
15bdc7215b
1 changed files with 2 additions and 2 deletions
|
@ -15670,7 +15670,7 @@ (define-public emacs-islisp-mode
|
|||
(define-public emacs-cider
|
||||
(package
|
||||
(name "emacs-cider")
|
||||
(version "1.12.0")
|
||||
(version "1.13.0")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -15679,7 +15679,7 @@ (define-public emacs-cider
|
|||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "11bibkbv3x0z4ilxra3p91nh8klgg3mg3h4f63pxnnp8fjhqpsph"))))
|
||||
(base32 "177dkd2q5fnn1n36d2vvgp6n1hh6rgcglhz63r58nkvb0y3d4kn9"))))
|
||||
(build-system emacs-build-system)
|
||||
(arguments
|
||||
'(#:include (cons* "^lein\\.sh$" "^clojure\\.sh$" %default-include)
|
||||
|
|
Loading…
Reference in a new issue