[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
12/44: gnu: emacs-clj-refactor: Update to 3.9.1.
From: |
guix-commits |
Subject: |
12/44: gnu: emacs-clj-refactor: Update to 3.9.1. |
Date: |
Fri, 1 Sep 2023 16:23:04 -0400 (EDT) |
ngz pushed a commit to branch master
in repository guix.
commit 48949bf4e0bd8331209a6d6f5a301d9f0fecf15e
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Fri Sep 1 21:29:37 2023 +0200
gnu: emacs-clj-refactor: Update to 3.9.1.
* gnu/packages/emacs-xyz.scm (emacs-clj-refactor): Update to 3.9.1.
[propagated-inputs]: Re-order alphabetically.
[description]: Use proper capitalization and remove unnecessary hyphens.
---
gnu/packages/emacs-xyz.scm | 16 +++++++++++-----
1 file changed, 11 insertions(+), 5 deletions(-)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 6a9348a53b..bcca22820d 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -12778,7 +12778,7 @@ Clojure projects from templates.")
(define-public emacs-clj-refactor
(package
(name "emacs-clj-refactor")
- (version "3.7.0")
+ (version "3.9.1")
(source
(origin
(method git-fetch)
@@ -12787,15 +12787,21 @@ Clojure projects from templates.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "0nwc4c8cn9mj9x7fsjx1m34rma5qq87d611j7w02kfa7yhbj0vwk"))))
+ (base32 "1c7ndc81j3pljgf7n188f3mm6vm3gyiplh4mnb4y5wbkbnpiwgdc"))))
(build-system emacs-build-system)
(propagated-inputs
- (list emacs-yasnippet emacs-paredit emacs-multiple-cursors emacs-cider
- emacs-clojure-mode emacs-parseedn emacs-hydra emacs-inflections))
+ (list emacs-cider
+ emacs-clojure-mode
+ emacs-hydra
+ emacs-inflections
+ emacs-multiple-cursors
+ emacs-paredit
+ emacs-parseedn
+ emacs-yasnippet))
(home-page "https://github.com/clojure-emacs/clj-refactor.el")
(synopsis "Powerful refactoring functionality for Clojure projects")
(description "This Emacs package complements the refactoring functionality
-you'd find in clojure-mode and CIDER.")
+you'd find in Clojure mode and CIDER.")
(license license:gpl3+)))
(define-public emacs-clojure-snippets
- branch master updated (7309da3ba6 -> c72bc0bb71), guix-commits, 2023/09/01
- 07/44: gnu: emacs-vertico-posframe: Update to 0.7.3., guix-commits, 2023/09/01
- 10/44: gnu: emacs-burly: Update to 0.3., guix-commits, 2023/09/01
- 12/44: gnu: emacs-clj-refactor: Update to 3.9.1.,
guix-commits <=
- 14/44: gnu: emacs-corfu: Update to 0.38., guix-commits, 2023/09/01
- 01/44: gnu: emacs-xr: Update to 1.24., guix-commits, 2023/09/01
- 02/44: gnu: emacs-relint: Update to 1.23., guix-commits, 2023/09/01
- 08/44: gnu: emacs-ac-php: Update to 2.5.0., guix-commits, 2023/09/01
- 09/44: gnu: emacs-auto-compile: Update to 1.8.2., guix-commits, 2023/09/01
- 06/44: gnu: emacs-tramp: Update to 2.6.1.2., guix-commits, 2023/09/01
- 03/44: gnu: emacs-auctex: Update to 13.2.1., guix-commits, 2023/09/01
- 04/44: gnu: emacs-compat: Update to 29.1.4.2., guix-commits, 2023/09/01
- 11/44: gnu: emacs-cape: Update to 0.17., guix-commits, 2023/09/01
- 05/44: gnu: emacs-websocket: Update to 1.15., guix-commits, 2023/09/01