mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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.
This commit is contained in:
parent
ca76da8012
commit
48949bf4e0
1 changed files with 11 additions and 5 deletions
|
@ -12778,7 +12778,7 @@ Clojure projects from templates.")
|
||||||
(define-public emacs-clj-refactor
|
(define-public emacs-clj-refactor
|
||||||
(package
|
(package
|
||||||
(name "emacs-clj-refactor")
|
(name "emacs-clj-refactor")
|
||||||
(version "3.7.0")
|
(version "3.9.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -12787,15 +12787,21 @@ Clojure projects from templates.")
|
||||||
(commit (string-append "v" version))))
|
(commit (string-append "v" version))))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0nwc4c8cn9mj9x7fsjx1m34rma5qq87d611j7w02kfa7yhbj0vwk"))))
|
(base32 "1c7ndc81j3pljgf7n188f3mm6vm3gyiplh4mnb4y5wbkbnpiwgdc"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list emacs-yasnippet emacs-paredit emacs-multiple-cursors emacs-cider
|
(list emacs-cider
|
||||||
emacs-clojure-mode emacs-parseedn emacs-hydra emacs-inflections))
|
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")
|
(home-page "https://github.com/clojure-emacs/clj-refactor.el")
|
||||||
(synopsis "Powerful refactoring functionality for Clojure projects")
|
(synopsis "Powerful refactoring functionality for Clojure projects")
|
||||||
(description "This Emacs package complements the refactoring functionality
|
(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+)))
|
(license license:gpl3+)))
|
||||||
|
|
||||||
(define-public emacs-clojure-snippets
|
(define-public emacs-clojure-snippets
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue