guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: emacs-cider: Update to 0.26.0.


From: guix-commits
Subject: branch master updated: gnu: emacs-cider: Update to 0.26.0.
Date: Fri, 07 Aug 2020 14:19:25 -0400

This is an automated email from the git hooks/post-receive script.

brettgilio pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 7e9c56a  gnu: emacs-cider: Update to 0.26.0.
7e9c56a is described below

commit 7e9c56a77af55640849f97e70bcb8bedeace2682
Author: Michael Rohleder <mike@rohleder.de>
AuthorDate: Fri Aug 7 15:50:15 2020 +0200

    gnu: emacs-cider: Update to 0.26.0.
    
    * gnu/packages/emacs-xyz.scm (emacs-cider): Update to 0.26.0.
    
    Signed-off-by: Brett Gilio <brettg@gnu.org>
---
 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 fc249ff..64c916d 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -8563,7 +8563,7 @@ target will call @code{compile} on it.")
 (define-public emacs-cider
   (package
     (name "emacs-cider")
-    (version "0.25.0")
+    (version "0.26.0")
     (source
      (origin
        (method git-fetch)
@@ -8572,7 +8572,7 @@ target will call @code{compile} on it.")
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1sdd7vzw948q01kc8im1asiq1j06q0mnn2s8kj83f8sbdnfy0qbk"))))
+        (base32 "1qwizvmm9ln75ph1jg2rfqv3hd9p4zaz8kp2i6yr3vq99c3a00i7"))))
     (build-system emacs-build-system)
     (arguments
      '(#:exclude                        ;don't exclude 'cider-test.el'



reply via email to

[Prev in Thread] Current Thread [Next in Thread]