mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: emacs-cider: Update to 1.6.0.
* gnu/packages/emacs-xyz.scm (emacs-cider): Update to 1.6.0.
This commit is contained in:
parent
3a77238721
commit
dd8a20355e
1 changed files with 2 additions and 2 deletions
|
@ -13388,7 +13388,7 @@ (define-public emacs-islisp-mode
|
||||||
(define-public emacs-cider
|
(define-public emacs-cider
|
||||||
(package
|
(package
|
||||||
(name "emacs-cider")
|
(name "emacs-cider")
|
||||||
(version "1.5.0")
|
(version "1.6.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -13397,7 +13397,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 "1ih902n8p3pl1apprprkyrlnrp2dxli86y5k09zahy9mglfz2z5n"))))
|
(base32 "1a3xbfn1id8dcy3178kmdnzcvh7lq2pdwwg4axhncw6jq9hqiqja"))))
|
||||||
(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