mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 14:56:54 +01:00
gnu: emacs-cider: Update to 0.26.1.
* gnu/packages/emacs-xyz.scm (emacs-cider): Update to 0.26.1. Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com>
This commit is contained in:
parent
b8c61a98b5
commit
16e91d06c8
1 changed files with 2 additions and 2 deletions
|
@ -8711,7 +8711,7 @@ (define-public emacs-helm-make
|
||||||
(define-public emacs-cider
|
(define-public emacs-cider
|
||||||
(package
|
(package
|
||||||
(name "emacs-cider")
|
(name "emacs-cider")
|
||||||
(version "0.26.0")
|
(version "0.26.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -8720,7 +8720,7 @@ (define-public emacs-cider
|
||||||
(commit (string-append "v" version))))
|
(commit (string-append "v" version))))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1qwizvmm9ln75ph1jg2rfqv3hd9p4zaz8kp2i6yr3vq99c3a00i7"))))
|
(base32 "0m77jbxl380dp1wyj12m82bb06r80js8yxl530ryp1mwvy74f00d"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:exclude ;don't exclude 'cider-test.el'
|
'(#:exclude ;don't exclude 'cider-test.el'
|
||||||
|
|
Loading…
Reference in a new issue