guix-commits
[Top][All Lists]
Advanced

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

01/07: gnu: emacs-clj-refactor: Update to 3.9.4.


From: guix-commits
Subject: 01/07: gnu: emacs-clj-refactor: Update to 3.9.4.
Date: Wed, 4 Oct 2023 05:00:41 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit 71b5fdea89838c92461bad3b29e501f74366a394
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Wed Oct 4 10:47:29 2023 +0200

    gnu: emacs-clj-refactor: Update to 3.9.4.
    
    * gnu/packages/emacs-xyz.scm (emacs-clj-refactor): Update to 3.9.4.
---
 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 878574ff45..d5b5f44cc6 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -13017,7 +13017,7 @@ Clojure projects from templates.")
 (define-public emacs-clj-refactor
   (package
     (name "emacs-clj-refactor")
-    (version "3.9.1")
+    (version "3.9.4")
     (source
      (origin
        (method git-fetch)
@@ -13026,7 +13026,7 @@ Clojure projects from templates.")
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1c7ndc81j3pljgf7n188f3mm6vm3gyiplh4mnb4y5wbkbnpiwgdc"))))
+        (base32 "1j9pkkpnbvyl9p45dycngdiq2kyj6bmyb709pdxj3nar2d8ryl1h"))))
     (build-system emacs-build-system)
     (propagated-inputs
      (list emacs-cider



reply via email to

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