guix-commits
[Top][All Lists]
Advanced

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

21/36: gnu: emacs-cider: Update to 1.13.0.


From: guix-commits
Subject: 21/36: gnu: emacs-cider: Update to 1.13.0.
Date: Sun, 21 Jan 2024 18:24:04 -0500 (EST)

ngz pushed a commit to branch master
in repository guix.

commit 15bdc7215ba0c9125a661b9c59a60b02861d7307
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sun Jan 21 23:40:30 2024 +0100

    gnu: emacs-cider: Update to 1.13.0.
    
    * gnu/packages/emacs-xyz.scm (emacs-cider): Update to 1.13.0.
    
    Change-Id: I0186168caf932111a490f993cc085b455d35765a
---
 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 e315cf4a1a..017dc16789 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -15670,7 +15670,7 @@ implementation.")
 (define-public emacs-cider
   (package
     (name "emacs-cider")
-    (version "1.12.0")
+    (version "1.13.0")
     (source
      (origin
        (method git-fetch)
@@ -15679,7 +15679,7 @@ implementation.")
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "11bibkbv3x0z4ilxra3p91nh8klgg3mg3h4f63pxnnp8fjhqpsph"))))
+        (base32 "177dkd2q5fnn1n36d2vvgp6n1hh6rgcglhz63r58nkvb0y3d4kn9"))))
     (build-system emacs-build-system)
     (arguments
      '(#:include (cons* "^lein\\.sh$" "^clojure\\.sh$" %default-include)



reply via email to

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