[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: emacs-slime: Update to 2.25.
From: |
guix-commits |
Subject: |
branch master updated: gnu: emacs-slime: Update to 2.25. |
Date: |
Mon, 27 Jul 2020 05:29:06 -0400 |
This is an automated email from the git hooks/post-receive script.
ngz pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new d8b9904 gnu: emacs-slime: Update to 2.25.
d8b9904 is described below
commit d8b9904e414a5857ab4723d8202d413c1114c5b9
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Mon Jul 27 11:28:44 2020 +0200
gnu: emacs-slime: Update to 2.25.
* gnu/packages/emacs-xyz.scm (emacs-slime): Update to 2.25.
---
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 4774ef8..2d1b016 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -5270,7 +5270,7 @@ in @code{html-mode}.")
(define-public emacs-slime
(package
(name "emacs-slime")
- (version "2.24")
+ (version "2.25")
(source
(origin
(method git-fetch)
@@ -5279,7 +5279,7 @@ in @code{html-mode}.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "0js24x42m7b5iymb4rxz501dff19vav5pywnzv50b673rbkaaqvh"))))
+ (base32 "0rz54943cbs9lvpc8hnyw5ka60f3bi8x4xykk8pq0lpmv1zbij1x"))))
(build-system emacs-build-system)
(native-inputs
`(("texinfo" ,texinfo)))
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: emacs-slime: Update to 2.25.,
guix-commits <=