me
/
guix
Archived
1
0
Fork 0

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

* gnu/packages/emacs-xyz.scm (emacs-clj-refactor): Update to 3.12.0.

Change-Id: I4643300ea2ee73b6fc4c7a68d6148a070838a814
master
Nicolas Goaziou 2024-03-17 22:28:09 +01:00
parent 2bb890bc9e
commit bd0ce11057
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 2 additions and 2 deletions

View File

@ -13644,7 +13644,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.11.3") (version "3.12.0")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -13653,7 +13653,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 "17c9lrykbfp0ab7lmi4jh34q6ir7i46acn313xw5342d2q5ql6sk")))) (base32 "0mha1wqn5hd9g8y0fp35qkhlnxlrwli62x7mbifman279h16gaml"))))
(build-system emacs-build-system) (build-system emacs-build-system)
(propagated-inputs (propagated-inputs
(list emacs-cider (list emacs-cider