gnu: emacs-cider: Update to 1.15.1.
* gnu/packages/emacs-xyz.scm (emacs-cider): Update to 1.15.1. Change-Id: Ia08e6d6cdb44399b1cb368180bc77d3ca556acf1
This commit is contained in:
parent
f284122832
commit
8a0fa26f7e
1 changed files with 2 additions and 2 deletions
|
@ -16267,7 +16267,7 @@ implementation.")
|
||||||
(define-public emacs-cider
|
(define-public emacs-cider
|
||||||
(package
|
(package
|
||||||
(name "emacs-cider")
|
(name "emacs-cider")
|
||||||
(version "1.15.0")
|
(version "1.15.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -16276,7 +16276,7 @@ implementation.")
|
||||||
(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 "1ih16wk9gd214kgz5s5azs4f26v5grvp9yacfzgidaxzrmzh83j8"))))
|
(base32 "0kzgkx6jcv2864c32qr9qvrxm66l6ncakcpw1j7vf24xi51cs9a1"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:include (cons* "^lein\\.sh$" "^clojure\\.sh$" %default-include)
|
'(#:include (cons* "^lein\\.sh$" "^clojure\\.sh$" %default-include)
|
||||||
|
|
Reference in a new issue