guix-commits
[Top][All Lists]
Advanced

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

16/53: gnu: emacs-clj-refactor: Update to 3.11.2.


From: guix-commits
Subject: 16/53: gnu: emacs-clj-refactor: Update to 3.11.2.
Date: Mon, 1 Jan 2024 20:26:02 -0500 (EST)

ngz pushed a commit to branch master
in repository guix.

commit ea2eaaa46cf60280f4827380426a549d8b4d1712
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Mon Jan 1 18:38:37 2024 +0100

    gnu: emacs-clj-refactor: Update to 3.11.2.
    
    * gnu/packages/emacs-xyz.scm (emacs-clj-refactor): Update to 3.11.2.
    
    Change-Id: I338a2a8a172d5ea486f1d693b7a8c52cca3ec1f7
---
 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 24800ae18b..3417144cd0 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -13284,7 +13284,7 @@ Clojure projects from templates.")
 (define-public emacs-clj-refactor
   (package
     (name "emacs-clj-refactor")
-    (version "3.10.0")
+    (version "3.11.2")
     (source
      (origin
        (method git-fetch)
@@ -13293,7 +13293,7 @@ Clojure projects from templates.")
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "100ngpgvff0xvw1h5krvh40sa3ympl241imwskcv62yk29m9z411"))))
+        (base32 "1y8xphmmd2ciwnrr7lbiwq0v5c7chq60wssxng9mw0fiz2i3ix22"))))
     (build-system emacs-build-system)
     (propagated-inputs
      (list emacs-cider



reply via email to

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