mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: emacs-cider: Update to 1.17.0.
* gnu/packages/emacs-xyz.scm (emacs-cider): Update to 1.17.0. Change-Id: Ib7f3d717398e5f9df45a0158bbe4b12ad84ff1b6
This commit is contained in:
parent
e201943d28
commit
192347350a
1 changed files with 2 additions and 2 deletions
|
@ -17463,7 +17463,7 @@ implementation.")
|
|||
(define-public emacs-cider
|
||||
(package
|
||||
(name "emacs-cider")
|
||||
(version "1.16.1")
|
||||
(version "1.17.0")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -17472,7 +17472,7 @@ implementation.")
|
|||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "1k0zdi5zpv730gkym98amfp00xpk1hkry231v98iiw1khp345lsm"))))
|
||||
(base32 "1w0cnknvvww5c49mi17567r85g226yhypr85b3c1ckrbzkswx319"))))
|
||||
(build-system emacs-build-system)
|
||||
(arguments
|
||||
'(#:include (cons* "^lein\\.sh$" "^clojure\\.sh$" %default-include)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue