gnu: emacs-cider: Update to 1.15.1.
* gnu/packages/emacs-xyz.scm (emacs-cider): Update to 1.15.1. Change-Id: Ia08e6d6cdb44399b1cb368180bc77d3ca556acf1master
parent
f284122832
commit
8a0fa26f7e
|
@ -16267,7 +16267,7 @@ implementation.")
|
|||
(define-public emacs-cider
|
||||
(package
|
||||
(name "emacs-cider")
|
||||
(version "1.15.0")
|
||||
(version "1.15.1")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -16276,7 +16276,7 @@ implementation.")
|
|||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "1ih16wk9gd214kgz5s5azs4f26v5grvp9yacfzgidaxzrmzh83j8"))))
|
||||
(base32 "0kzgkx6jcv2864c32qr9qvrxm66l6ncakcpw1j7vf24xi51cs9a1"))))
|
||||
(build-system emacs-build-system)
|
||||
(arguments
|
||||
'(#:include (cons* "^lein\\.sh$" "^clojure\\.sh$" %default-include)
|
||||
|
|
Reference in New Issue