[PATCH] gnu: emacs-cider: Update to 0.26.0.

  • Done
  • quality assurance status badge
Details
2 participants
  • Brett Gilio
  • Michael Rohleder
Owner
unassigned
Submitted by
Michael Rohleder
Severity
normal
M
M
Michael Rohleder wrote on 7 Aug 2020 15:50
(address . guix-patches@gnu.org)(name . Michael Rohleder)(address . mike@rohleder.de)
20200807135015.16971-1-mike@rohleder.de
* gnu/packages/emacs-xyz.scm (emacs-cider): Update to 0.26.0.
---
gnu/packages/emacs-xyz.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (24 lines)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index fc249ff8c8..64c916dd4b 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -8563,7 +8563,7 @@ target will call @code{compile} on it.")
(define-public emacs-cider
(package
(name "emacs-cider")
- (version "0.25.0")
+ (version "0.26.0")
(source
(origin
(method git-fetch)
@@ -8572,7 +8572,7 @@ target will call @code{compile} on it.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "1sdd7vzw948q01kc8im1asiq1j06q0mnn2s8kj83f8sbdnfy0qbk"))))
+ (base32 "1qwizvmm9ln75ph1jg2rfqv3hd9p4zaz8kp2i6yr3vq99c3a00i7"))))
(build-system emacs-build-system)
(arguments
'(#:exclude ;don't exclude 'cider-test.el'
--
2.28.0
B
B
Brett Gilio wrote on 7 Aug 2020 20:20
(name . Michael Rohleder)(address . mike@rohleder.de)(address . 42745-close@debbugs.gnu.org)
877dua5ndv.fsf@gnu.org
Michael Rohleder <mike@rohleder.de> writes:

Toggle quote (28 lines)
> * gnu/packages/emacs-xyz.scm (emacs-cider): Update to 0.26.0.
> ---
> gnu/packages/emacs-xyz.scm | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
> index fc249ff8c8..64c916dd4b 100644
> --- a/gnu/packages/emacs-xyz.scm
> +++ b/gnu/packages/emacs-xyz.scm
> @@ -8563,7 +8563,7 @@ target will call @code{compile} on it.")
> (define-public emacs-cider
> (package
> (name "emacs-cider")
> - (version "0.25.0")
> + (version "0.26.0")
> (source
> (origin
> (method git-fetch)
> @@ -8572,7 +8572,7 @@ target will call @code{compile} on it.")
> (commit (string-append "v" version))))
> (file-name (git-file-name name version))
> (sha256
> - (base32 "1sdd7vzw948q01kc8im1asiq1j06q0mnn2s8kj83f8sbdnfy0qbk"))))
> + (base32 "1qwizvmm9ln75ph1jg2rfqv3hd9p4zaz8kp2i6yr3vq99c3a00i7"))))
> (build-system emacs-build-system)
> (arguments
> '(#:exclude ;don't exclude 'cider-test.el'

Pushed to master with 7e9c56a77af55640849f97e70bcb8bedeace2682. Thanks!
?