[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

Debbugs page

Michael Rohleder wrote 5 years ago
(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
Brett Gilio wrote 5 years ago
(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!
?
Your comment

This issue is archived.

To comment on this conversation send an email to 42745@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 42745
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help