mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 23:32:24 -05:00
gnu: emacs-cider: Update to 0.26.0.
* gnu/packages/emacs-xyz.scm (emacs-cider): Update to 0.26.0. Signed-off-by: Brett Gilio <brettg@gnu.org>
This commit is contained in:
parent
672b9bb210
commit
7e9c56a77a
1 changed files with 2 additions and 2 deletions
|
@ -8563,7 +8563,7 @@ (define-public emacs-helm-make
|
|||
(define-public emacs-cider
|
||||
(package
|
||||
(name "emacs-cider")
|
||||
(version "0.25.0")
|
||||
(version "0.26.0")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -8572,7 +8572,7 @@ (define-public emacs-cider
|
|||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "1sdd7vzw948q01kc8im1asiq1j06q0mnn2s8kj83f8sbdnfy0qbk"))))
|
||||
(base32 "1qwizvmm9ln75ph1jg2rfqv3hd9p4zaz8kp2i6yr3vq99c3a00i7"))))
|
||||
(build-system emacs-build-system)
|
||||
(arguments
|
||||
'(#:exclude ;don't exclude 'cider-test.el'
|
||||
|
|
Loading…
Reference in a new issue