guix-commits
[Top][All Lists]
Advanced

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

03/04: gnu: emacs-cider: Update to 0.23.0.


From: guix-commits
Subject: 03/04: gnu: emacs-cider: Update to 0.23.0.
Date: Sat, 14 Dec 2019 19:58:54 -0500 (EST)

brettgilio pushed a commit to branch master
in repository guix.

commit 7d4d881266a4992e2f596ebef53e64be3861f3d6
Author: Brett Gilio <address@hidden>
Date:   Sat Dec 14 18:45:22 2019 -0600

    gnu: emacs-cider: Update to 0.23.0.
    
    * gnu/packages/emacs-xyz.scm (emacs-cider): Update to 0.23.0.
    [propagated-inputs]: Add emacs-seq, emacs-parseedn.
---
 gnu/packages/emacs-xyz.scm | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 6ffd9e1..2e6e027 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -7146,7 +7146,7 @@ target will call @code{compile} on it.")
 (define-public emacs-cider
   (package
     (name "emacs-cider")
-    (version "0.21.0")
+    (version "0.23.0")
     (source
      (origin
        (method git-fetch)
@@ -7156,7 +7156,7 @@ target will call @code{compile} on it.")
        (file-name (git-file-name name version))
        (sha256
         (base32
-         "0lbrwj67fnvynkdkzvnzp3p8vqlz0ldrcs317vg60bqfhx7hvqkj"))))
+         "05yjkqc6d4grq9z5pxmv3anqh4zlhfg4v46jlccp6ynh030g7axs"))))
     (build-system emacs-build-system)
     (arguments
      '(#:exclude                        ; Don't exclude 'cider-test.el'.
@@ -7164,7 +7164,9 @@ target will call @code{compile} on it.")
     (propagated-inputs
      `(("emacs-clojure-mode" ,emacs-clojure-mode)
        ("emacs-sesman" ,emacs-sesman)
+       ("emacs-seq" ,emacs-seq)
        ("emacs-spinner" ,emacs-spinner)
+       ("emacs-parseedn" ,emacs-parseedn)
        ("emacs-pkg-info" ,emacs-pkg-info)
        ("emacs-queue" ,emacs-queue)))
     (home-page "https://cider.readthedocs.io/";)



reply via email to

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