GNU bug report logs -
#42745
[PATCH] gnu: emacs-cider: Update to 0.26.0.
Previous Next
Reported by: Michael Rohleder <mike <at> rohleder.de>
Date: Fri, 7 Aug 2020 13:51:02 UTC
Severity: normal
Tags: patch
Done: Brett Gilio <brettg <at> gnu.org>
Bug is archived. No further changes may be made.
Full log
Message #10 received at 42745-close <at> debbugs.gnu.org (full text, mbox):
Michael Rohleder <mike <at> rohleder.de> writes:
> * 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!
This bug report was last modified 5 years and 1 day ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.