[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
04/09: gnu: emacs-cider: Update to 0.15.1.
From: |
Tobias Geerinckx-Rice |
Subject: |
04/09: gnu: emacs-cider: Update to 0.15.1. |
Date: |
Tue, 26 Dec 2017 21:04:21 -0500 (EST) |
nckx pushed a commit to branch master
in repository guix.
commit 1f143575ea44bf305aaeb910d44243171cb42640
Author: Tobias Geerinckx-Rice <address@hidden>
Date: Mon Dec 25 07:39:07 2017 +0100
gnu: emacs-cider: Update to 0.15.1.
* gnu/packages/emacs.scm (emacs-cider): Update to 0.15.1.
---
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 e78c58f..3d5b67a 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -4111,7 +4111,7 @@ target will call @code{compile} on it.")
(define-public emacs-cider
(package
(name "emacs-cider")
- (version "0.15.0")
+ (version "0.15.1")
(source (origin
(method url-fetch)
(uri (string-append
@@ -4120,7 +4120,7 @@ target will call @code{compile} on it.")
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32
- "0j7qjcslh8mnxrr2m8qrscyq9ry240j5jd9dysbvih126lxisf12"))))
+ "1j5hlmi14ypszv1f9nvq0jjlz7i742flg0ny3055l7i4x089xx6g"))))
(build-system emacs-build-system)
(arguments
'(#:exclude ; Don't exclude 'cider-test.el'.
- branch master updated (41faf6f -> 684ca67), Tobias Geerinckx-Rice, 2017/12/26
- 01/09: doc: Fix typo., Tobias Geerinckx-Rice, 2017/12/26
- 03/09: gnu: adwaita-icon-theme: Update to 3.26.1., Tobias Geerinckx-Rice, 2017/12/26
- 02/09: gnu: gexiv2: Update to 0.10.7., Tobias Geerinckx-Rice, 2017/12/26
- 05/09: gnu: r-circlize: Update to 0.4.3., Tobias Geerinckx-Rice, 2017/12/26
- 06/09: gnu: r-circlize: Improve description., Tobias Geerinckx-Rice, 2017/12/26
- 04/09: gnu: emacs-cider: Update to 0.15.1.,
Tobias Geerinckx-Rice <=
- 08/09: gnu: python-sqlalchemy-utils: Update to 0.32.21., Tobias Geerinckx-Rice, 2017/12/26
- 07/09: gnu: python-sadisplay: Update to 0.4.8., Tobias Geerinckx-Rice, 2017/12/26
- 09/09: gnu: nginx-documentation: Fix typo in synopsis., Tobias Geerinckx-Rice, 2017/12/26