me
/
guix
Archived
1
0
Fork 0

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

* gnu/packages/emacs-xyz.scm (emacs-clj-refactor): Update to 3.7.0.
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
1 changed files with 2 additions and 2 deletions

View File

@ -12484,7 +12484,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.6.0") (version "3.7.0")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -12493,7 +12493,7 @@ 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 "15ya7hp5d2kwh1ig55d75vlghm1vsq99jh44i8q8v25vfmzjp7gp")))) (base32 "0nwc4c8cn9mj9x7fsjx1m34rma5qq87d611j7w02kfa7yhbj0vwk"))))
(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-yasnippet emacs-paredit emacs-multiple-cursors emacs-cider