[PATCH] gnu: emacs-cider: Update to 0.20.0

  • Done
  • quality assurance status badge
Details
2 participants
  • Brett Gilio
  • Ludovic Courtès
Owner
unassigned
Submitted by
Brett Gilio
Severity
normal

Debbugs page

Brett Gilio wrote 6 years ago
(address . guix-patches@gnu.org)
871s4oyueh.fsf@guixsd.i-did-not-set--mail-host-address--so-tickle-me
From 5a6eb7fa60427e68d4b868d395ca0a059383f495 Mon Sep 17 00:00:00 2001
From: Brett Gilio <brettg@posteo.net>
Date: Sun, 3 Feb 2019 23:46:04 -0600
Subject: [PATCH] gnu: emacs-cider: Update to 0.20.0

* gnu/packages/emacs-xyz.scm (emacs-cider): Update to 0.20.0
---
gnu/packages/emacs-xyz.scm | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)

Toggle diff (32 lines)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 7decd51ea..ee03349b3 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -41,6 +41,7 @@
;;; Copyright © 2018 Alex Branham <alex.branham@gmail.com>
;;; Copyright © 2018 Thorsten Wilms <t_w_@freenet.de>
;;; Copyright © 2018 Pierre Langlois <pierre.langlois@gmx.com>
+;;; Copyright © 2018 Brett Gilio <brettg@posteo.net>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -5055,7 +5056,7 @@ target will call @code{compile} on it.")
(define-public emacs-cider
(package
(name "emacs-cider")
- (version "0.18.0")
+ (version "0.20.0")
(source
(origin
(method git-fetch)
@@ -5065,7 +5066,7 @@ target will call @code{compile} on it.")
(file-name (git-file-name name version))
(sha256
(base32
- "1m9kc88vga3q5d731qnpngnsa0n57pf21k3hll20rw8rggrx4vdn"))))
+ "0lfhzg9c931jbx27hpshk3l76gwbp6ggf668sqa77xrvymwdlsnw"))))
(build-system emacs-build-system)
(arguments
'(#:exclude ; Don't exclude 'cider-test.el'.
--
2.20.1
Ludovic Courtès wrote 6 years ago
(name . Brett Gilio)(address . brettg@posteo.net)(address . 34308-done@debbugs.gnu.org)
87sgwoitdt.fsf@gnu.org
Brett Gilio <brettg@posteo.net> skribis:

Toggle quote (7 lines)
>>From 5a6eb7fa60427e68d4b868d395ca0a059383f495 Mon Sep 17 00:00:00 2001
> From: Brett Gilio <brettg@posteo.net>
> Date: Sun, 3 Feb 2019 23:46:04 -0600
> Subject: [PATCH] gnu: emacs-cider: Update to 0.20.0
>
> * gnu/packages/emacs-xyz.scm (emacs-cider): Update to 0.20.0

Applied, thanks!

Ludo'.
Closed
?
Your comment

This issue is archived.

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

To respond to this issue using the mumi CLI, first switch to it
mumi current 34308
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