guix-commits
[Top][All Lists]
Advanced

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

03/17: gnu: emacs-clj-refactor: Update to 3.7.0.


From: guix-commits
Subject: 03/17: gnu: emacs-clj-refactor: Update to 3.7.0.
Date: Wed, 5 Jul 2023 18:48:53 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit e0eda455a9c206dc04a98e3490de6e79a07b9516
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Wed Jul 5 23:13:55 2023 +0200

    gnu: emacs-clj-refactor: Update to 3.7.0.
    
    * gnu/packages/emacs-xyz.scm (emacs-clj-refactor): Update to 3.7.0.
---
 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 2ac5861028..7e60767323 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -12484,7 +12484,7 @@ Clojure projects from templates.")
 (define-public emacs-clj-refactor
   (package
     (name "emacs-clj-refactor")
-    (version "3.6.0")
+    (version "3.7.0")
     (source
      (origin
        (method git-fetch)
@@ -12493,7 +12493,7 @@ Clojure projects from templates.")
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "15ya7hp5d2kwh1ig55d75vlghm1vsq99jh44i8q8v25vfmzjp7gp"))))
+        (base32 "0nwc4c8cn9mj9x7fsjx1m34rma5qq87d611j7w02kfa7yhbj0vwk"))))
     (build-system emacs-build-system)
     (propagated-inputs
      (list emacs-yasnippet emacs-paredit emacs-multiple-cursors emacs-cider



reply via email to

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