guix-commits
[Top][All Lists]
Advanced

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

07/32: gnu: emacs-clj-refactor: Update to 3.12.0.


From: guix-commits
Subject: 07/32: gnu: emacs-clj-refactor: Update to 3.12.0.
Date: Sun, 17 Mar 2024 18:51:38 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit bd0ce11057b1e57bbdbdf7368f7ca04c61719b1c
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sun Mar 17 22:28:09 2024 +0100

    gnu: emacs-clj-refactor: Update to 3.12.0.
    
    * gnu/packages/emacs-xyz.scm (emacs-clj-refactor): Update to 3.12.0.
    
    Change-Id: I4643300ea2ee73b6fc4c7a68d6148a070838a814
---
 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 363390031f..4b121cc95a 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -13644,7 +13644,7 @@ Clojure projects from templates.")
 (define-public emacs-clj-refactor
   (package
     (name "emacs-clj-refactor")
-    (version "3.11.3")
+    (version "3.12.0")
     (source
      (origin
        (method git-fetch)
@@ -13653,7 +13653,7 @@ Clojure projects from templates.")
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "17c9lrykbfp0ab7lmi4jh34q6ir7i46acn313xw5342d2q5ql6sk"))))
+        (base32 "0mha1wqn5hd9g8y0fp35qkhlnxlrwli62x7mbifman279h16gaml"))))
     (build-system emacs-build-system)
     (propagated-inputs
      (list emacs-cider



reply via email to

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