[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/02: gnu: emacs-cider: Update to 0.26.1.
From: |
guix-commits |
Subject: |
02/02: gnu: emacs-cider: Update to 0.26.1. |
Date: |
Sun, 6 Sep 2020 04:46:16 -0400 (EDT) |
wigust pushed a commit to branch master
in repository guix.
commit 16e91d06c862145174548bcb1be44ce672b9941e
Author: Michael Rohleder <mike@rohleder.de>
AuthorDate: Sat Sep 5 11:28:15 2020 +0200
gnu: emacs-cider: Update to 0.26.1.
* gnu/packages/emacs-xyz.scm (emacs-cider): Update to 0.26.1.
Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com>
---
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 b5d1391..1d89040 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -8711,7 +8711,7 @@ target will call @code{compile} on it.")
(define-public emacs-cider
(package
(name "emacs-cider")
- (version "0.26.0")
+ (version "0.26.1")
(source
(origin
(method git-fetch)
@@ -8720,7 +8720,7 @@ target will call @code{compile} on it.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "1qwizvmm9ln75ph1jg2rfqv3hd9p4zaz8kp2i6yr3vq99c3a00i7"))))
+ (base32 "0m77jbxl380dp1wyj12m82bb06r80js8yxl530ryp1mwvy74f00d"))))
(build-system emacs-build-system)
(arguments
'(#:exclude ;don't exclude 'cider-test.el'