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
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your message dated Fri, 07 Aug 2020 13:20:12 -0500
with message-id <877dua5ndv.fsf <at> gnu.org>
and subject line Re: [bug#42745] [PATCH] gnu: emacs-cider: Update to 0.26.0.
has caused the debbugs.gnu.org bug report #42745,
regarding [PATCH] gnu: emacs-cider: Update to 0.26.0.
to be marked as done.
(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)
--
42745: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=42745
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
* 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'
--
2.28.0
[Message part 3 (message/rfc822, inline)]
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.