gnu: emacs-cider: Update to 1.3.0.
* gnu/packages/emacs-xyz.scm (emacs-cider): Update to 1.3.0.
This commit is contained in:
parent
5e99c3f470
commit
366f6698ac
@ -11566,7 +11566,7 @@ target will call @code{compile} on it.")
|
||||
(define-public emacs-cider
|
||||
(package
|
||||
(name "emacs-cider")
|
||||
(version "1.2.0")
|
||||
(version "1.3.0")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
@ -11575,7 +11575,7 @@ target will call @code{compile} on it.")
|
||||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "1c21hdrf6b7zc65nr7wqjhcyq5a0f4aa91wrxgzx374q81xym2rf"))))
|
||||
(base32 "0mxlkxpzn7rzbzpzcw2z9x2ab2zvhrwr8h21kmfn3li3dha73gf1"))))
|
||||
(build-system emacs-build-system)
|
||||
(arguments
|
||||
'(#:exclude ;don't exclude 'cider-test.el'
|
||||
|
Loading…
x
Reference in New Issue
Block a user