guix-commits
[Top][All Lists]
Advanced

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

27/78: gnu: emacs-cider: Update to 1.13.1.


From: guix-commits
Subject: 27/78: gnu: emacs-cider: Update to 1.13.1.
Date: Fri, 23 Feb 2024 03:12:02 -0500 (EST)

sharlatan pushed a commit to branch go-team
in repository guix.

commit 22b68d2aa37d31e88e5c8549a8aa05c9c079b660
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Thu Feb 22 12:25:30 2024 +0100

    gnu: emacs-cider: Update to 1.13.1.
    
    * gnu/packages/emacs-xyz.scm (emacs-cider): Update to 1.13.1.
    
    Change-Id: Ic751ea2d479c41e271c0eb2730016eef897beec2
---
 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 2ec5a72e06..241f7713d2 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -15717,7 +15717,7 @@ implementation.")
 (define-public emacs-cider
   (package
     (name "emacs-cider")
-    (version "1.13.0")
+    (version "1.13.1")
     (source
      (origin
        (method git-fetch)
@@ -15726,7 +15726,7 @@ implementation.")
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "177dkd2q5fnn1n36d2vvgp6n1hh6rgcglhz63r58nkvb0y3d4kn9"))))
+        (base32 "0aswxqhdhxm2hx8cvpa47siah1d8n7kswdj1p7nplzqzzqzcy34h"))))
     (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]