me
/
guix
Archived
1
0
Fork 0

gnu: emacs-cider: Update to 1.4.1.

* gnu/packages/emacs-xyz.scm (emacs-cider): Update to 1.4.1.
master
Nicolas Goaziou 2022-06-27 23:12:12 +02:00
parent 45e755a9a0
commit 0387db4cd6
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 2 additions and 2 deletions

View File

@ -11981,7 +11981,7 @@ target will call @code{compile} on it.")
(define-public emacs-cider
(package
(name "emacs-cider")
(version "1.3.0")
(version "1.4.1")
(source
(origin
(method git-fetch)
@ -11990,7 +11990,7 @@ target will call @code{compile} on it.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32 "0mxlkxpzn7rzbzpzcw2z9x2ab2zvhrwr8h21kmfn3li3dha73gf1"))))
(base32 "08635ln514nrglx6qyhaq1x7y7lw4mcd659ba8zs071yjiariarm"))))
(build-system emacs-build-system)
(arguments
'(#:exclude ;don't exclude 'cider-test.el'