gnu: emacs-cider: Update to 1.15.0.
* gnu/packages/emacs-xyz.scm (emacs-cider): Update to 1.15.0. Change-Id: I5f8d72056235d72f0fbad1e662a203d31dbcf0a8
This commit is contained in:
parent
64d40145c7
commit
88d21c9c0e
@ -16026,7 +16026,7 @@ implementation.")
|
||||
(define-public emacs-cider
|
||||
(package
|
||||
(name "emacs-cider")
|
||||
(version "1.13.1")
|
||||
(version "1.15.0")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
@ -16035,7 +16035,7 @@ implementation.")
|
||||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "0aswxqhdhxm2hx8cvpa47siah1d8n7kswdj1p7nplzqzzqzcy34h"))))
|
||||
(base32 "1ih16wk9gd214kgz5s5azs4f26v5grvp9yacfzgidaxzrmzh83j8"))))
|
||||
(build-system emacs-build-system)
|
||||
(arguments
|
||||
'(#:include (cons* "^lein\\.sh$" "^clojure\\.sh$" %default-include)
|
||||
|
Loading…
Reference in New Issue
Block a user