guix-commits
[Top][All Lists]
Advanced

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

22/36: gnu: emacs-clj-refactor: Update to 3.11.3.


From: guix-commits
Subject: 22/36: gnu: emacs-clj-refactor: Update to 3.11.3.
Date: Sun, 21 Jan 2024 18:24:04 -0500 (EST)

ngz pushed a commit to branch master
in repository guix.

commit 303765a0ec7d2f2a68957ca29df1e802b6fc076c
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sun Jan 21 23:41:34 2024 +0100

    gnu: emacs-clj-refactor: Update to 3.11.3.
    
    * gnu/packages/emacs-xyz.scm (emacs-clj-refactor): Update to 3.11.3.
    
    Change-Id: Ifd6131fa4c1360785c2a8e061353f269fcb1c23d
---
 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 017dc16789..cd17a9b9ed 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -13498,7 +13498,7 @@ Clojure projects from templates.")
 (define-public emacs-clj-refactor
   (package
     (name "emacs-clj-refactor")
-    (version "3.11.2")
+    (version "3.11.3")
     (source
      (origin
        (method git-fetch)
@@ -13507,7 +13507,7 @@ Clojure projects from templates.")
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1y8xphmmd2ciwnrr7lbiwq0v5c7chq60wssxng9mw0fiz2i3ix22"))))
+        (base32 "17c9lrykbfp0ab7lmi4jh34q6ir7i46acn313xw5342d2q5ql6sk"))))
     (build-system emacs-build-system)
     (propagated-inputs
      (list emacs-cider



reply via email to

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