GNU bug report logs -
#28662
[PATCH] gnu: emacs-slime: Update to 2.20.
Previous Next
Reported by: Oleg Pykhalov <go.wigust <at> gmail.com>
Date: Sun, 1 Oct 2017 16:04:02 UTC
Severity: normal
Tags: patch
Done: Christopher Baines <mail <at> cbaines.net>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your bug report
#28662: [PATCH] gnu: emacs-slime: Update to 2.20.
which was filed against the guix-patches package, has been closed.
The explanation is attached below, along with your original report.
If you require more details, please reply to 28662 <at> debbugs.gnu.org.
--
28662: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=28662
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
[Message part 3 (text/plain, inline)]
On Sun, 01 Oct 2017 19:02:55 +0300
Oleg Pykhalov <go.wigust <at> gmail.com> wrote:
> From 467417e7a383e2a347af69eb471a7a7b2adecf2f Mon Sep 17 00:00:00 2001
> From: Oleg Pykhalov <go.wigust <at> gmail.com>
> Date: Sat, 30 Sep 2017 22:29:42 +0300
> Subject: [PATCH] gnu: emacs-slime: Update to 2.20.
>
> * gnu/packages/emacs.scm (emacs-slime): Update to 2.20.
> ---
> gnu/packages/emacs.scm | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
This builds fine for me, I've now pushed :)
[Message part 4 (application/pgp-signature, inline)]
[Message part 5 (message/rfc822, inline)]
[0001-gnu-emacs-slime-Update-to-2.20.patch (text/x-patch, inline)]
From 467417e7a383e2a347af69eb471a7a7b2adecf2f Mon Sep 17 00:00:00 2001
From: Oleg Pykhalov <go.wigust <at> gmail.com>
Date: Sat, 30 Sep 2017 22:29:42 +0300
Subject: [PATCH] gnu: emacs-slime: Update to 2.20.
* gnu/packages/emacs.scm (emacs-slime): Update to 2.20.
---
gnu/packages/emacs.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
index 5d1090fb7..4ead640ce 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -2461,7 +2461,7 @@ in @code{html-mode}.")
(define-public emacs-slime
(package
(name "emacs-slime")
- (version "2.19")
+ (version "2.20")
(source
(origin
(file-name (string-append name "-" version ".tar.gz"))
@@ -2471,7 +2471,7 @@ in @code{html-mode}.")
version ".tar.gz"))
(sha256
(base32
- "1jhaq5cn89k45nzyl0jd12gmjxnh1bq9jlfwrxba342agxsscb0p"))))
+ "086lq5y4pvj9wihy0si02xxvyzpzz8mcg3hz1cvy9zxlyjwzr1gk"))))
(build-system emacs-build-system)
(native-inputs
`(("texinfo" ,texinfo)))
--
2.14.2
This bug report was last modified 7 years and 232 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.