mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-28 14:01:29 -05:00
gnu: emacs-cider: Update to 1.1.0.
* gnu/packages/emacs-xyz.scm (emacs-cider): Update to 1.1.0.
This commit is contained in:
parent
20fd0e485f
commit
eb5146816b
1 changed files with 2 additions and 2 deletions
|
@ -10178,7 +10178,7 @@ (define-public emacs-helm-make
|
|||
(define-public emacs-cider
|
||||
(package
|
||||
(name "emacs-cider")
|
||||
(version "1.0.0")
|
||||
(version "1.1.0")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -10187,7 +10187,7 @@ (define-public emacs-cider
|
|||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "143kh9k34yk0g6kdlkma6g432kmb2r9r1lhyq4irsw6d3vaql7dj"))))
|
||||
(base32 "0wigprg45n6q6jmkw2a9s7mr4h500l2ky9244rrdvkjsgj6af8q8"))))
|
||||
(build-system emacs-build-system)
|
||||
(arguments
|
||||
'(#:exclude ;don't exclude 'cider-test.el'
|
||||
|
|
Loading…
Reference in a new issue