mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: emacs-cider: Update to 1.16.0.
* gnu/packages/emacs-xyz.scm (emacs-cider): Update to 1.16.0. Change-Id: I2ab5377e391a2bbdc53e9c61a449b4e54122f052
This commit is contained in:
parent
411b820a09
commit
0461de4702
1 changed files with 2 additions and 2 deletions
|
@ -16559,7 +16559,7 @@ implementation.")
|
|||
(define-public emacs-cider
|
||||
(package
|
||||
(name "emacs-cider")
|
||||
(version "1.15.1")
|
||||
(version "1.16.0")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -16568,7 +16568,7 @@ implementation.")
|
|||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "0kzgkx6jcv2864c32qr9qvrxm66l6ncakcpw1j7vf24xi51cs9a1"))))
|
||||
(base32 "1r90w7n10zyqspvm52bjbkalxzzp3jxwmbrfmifiyqzqrl0lyfrr"))))
|
||||
(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