guix-commits
[Top][All Lists]
Advanced

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

04/05: gnu: emacs-cider: Update to 1.9.0.


From: guix-commits
Subject: 04/05: gnu: emacs-cider: Update to 1.9.0.
Date: Thu, 2 Nov 2023 02:06:11 -0400 (EDT)

abcdw pushed a commit to branch master
in repository guix.

commit 0f2ec2117b31fd209d98d7023cef61a78abe8cd4
Author: Jelle Licht <jlicht@fsfe.org>
AuthorDate: Sun Oct 29 15:40:28 2023 +0100

    gnu: emacs-cider: Update to 1.9.0.
    
    * gnu/packages/emacs-xyz.scm (emacs-cider): Update to 1.9.0.
    
    Change-Id: I25c511e93bdd7ec19a74ef10d0b5527a9e0b922d
    Signed-off-by: Andrew Tropin <andrew@trop.in>
---
 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 3a3da8fe8a..29faee5656 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -15334,7 +15334,7 @@ implementation.")
 (define-public emacs-cider
   (package
     (name "emacs-cider")
-    (version "1.7.0")
+    (version "1.9.0")
     (source
      (origin
        (method git-fetch)
@@ -15343,7 +15343,7 @@ implementation.")
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0jqjgygdvny1vhjbx7k0l492fhamwndsjcbb2mccwp9j47k4qar9"))))
+        (base32 "0sjscbi3qgwn3wcpq5lz7k4gam69h0svh8wbhxcbskr9ys1rmysp"))))
     (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]