gnu: emacs-clj-refactor: Update to 3.7.0.

* gnu/packages/emacs-xyz.scm (emacs-clj-refactor): Update to 3.7.0.
This commit is contained in:
Nicolas Goaziou 2023-07-05 23:13:55 +02:00
parent 540c278d06
commit e0eda455a9
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -12484,7 +12484,7 @@ (define-public emacs-clj-deps-new
(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 @@ (define-public emacs-clj-refactor
(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