mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: emacs-cider: Update to 1.16.1.
* gnu/packages/emacs-xyz.scm (emacs-cider): Update to 1.16.1. Change-Id: Ida9baa67c1ee6aab3d5b00a1d575f84313449d62
This commit is contained in:
parent
20c2376d8d
commit
65c9dcbcc8
1 changed files with 2 additions and 2 deletions
|
@ -16977,7 +16977,7 @@ implementation.")
|
|||
(define-public emacs-cider
|
||||
(package
|
||||
(name "emacs-cider")
|
||||
(version "1.16.0")
|
||||
(version "1.16.1")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -16986,7 +16986,7 @@ implementation.")
|
|||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "1r90w7n10zyqspvm52bjbkalxzzp3jxwmbrfmifiyqzqrl0lyfrr"))))
|
||||
(base32 "1k0zdi5zpv730gkym98amfp00xpk1hkry231v98iiw1khp345lsm"))))
|
||||
(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