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 1.0.0.


From: guix-commits
Subject: branch master updated: gnu: emacs-cider: Update to 1.0.0.
Date: Wed, 27 Jan 2021 15:14:43 -0500

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 20a39cc  gnu: emacs-cider: Update to 1.0.0.
20a39cc is described below

commit 20a39cc01c4d27940b72bfbeb93e3b97283d60e7
Author: Michael Rohleder <mike@rohleder.de>
AuthorDate: Wed Jan 27 16:10:46 2021 +0100

    gnu: emacs-cider: Update to 1.0.0.
    
    * gnu/packages/emacs-xyz.scm (emacs-cider): Update to 1.0.0.
    
    Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
---
 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 8e87f88..22555a5 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -9621,7 +9621,7 @@ target will call @code{compile} on it.")
 (define-public emacs-cider
   (package
     (name "emacs-cider")
-    (version "0.26.1")
+    (version "1.0.0")
     (source
      (origin
        (method git-fetch)
@@ -9630,7 +9630,7 @@ target will call @code{compile} on it.")
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0m77jbxl380dp1wyj12m82bb06r80js8yxl530ryp1mwvy74f00d"))))
+        (base32 "143kh9k34yk0g6kdlkma6g432kmb2r9r1lhyq4irsw6d3vaql7dj"))))
     (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]