me
/
guix
Archived
1
0
Fork 0

gnu: emacs-cider: Update to 1.0.0.

* gnu/packages/emacs-xyz.scm (emacs-cider): Update to 1.0.0.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
master
Michael Rohleder 2021-01-27 16:10:46 +01:00 committed by Nicolas Goaziou
parent 9d5ed93162
commit 20a39cc01c
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 2 additions and 2 deletions

View File

@ -9621,7 +9621,7 @@ target will call @code{compile} on it.")
(define-public emacs-cider
(package
(name "emacs-cider")
(version "0.26.1")
(version "1.0.0")
(source
(origin
(method git-fetch)
@ -9630,7 +9630,7 @@ target will call @code{compile} on it.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32 "0m77jbxl380dp1wyj12m82bb06r80js8yxl530ryp1mwvy74f00d"))))
(base32 "143kh9k34yk0g6kdlkma6g432kmb2r9r1lhyq4irsw6d3vaql7dj"))))
(build-system emacs-build-system)
(arguments
'(#:exclude ;don't exclude 'cider-test.el'