gnu: emacs-find-file-in-project: Update to 6.2.1.

* gnu/packages/emacs-xyz.scm (emacs-find-file-in-project): Update to 6.2.1.
This commit is contained in:
Nicolas Goaziou 2023-05-21 13:14:45 +02:00
parent 4fc7b21ddf
commit b9358b86b4
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -13390,7 +13390,7 @@ maximizes flexibility (at the expense of conciseness).")
(define-public emacs-find-file-in-project (define-public emacs-find-file-in-project
(package (package
(name "emacs-find-file-in-project") (name "emacs-find-file-in-project")
(version "6.2.0") (version "6.2.1")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -13399,7 +13399,7 @@ maximizes flexibility (at the expense of conciseness).")
(commit version))) (commit version)))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 "0sq8fyq19jw1hm0m6hiqnvzzvx0c3xigfx7x6i40ib5hnfjlqs0a")))) (base32 "1vrr3fwifn3lpajh03rx5rzzgc5dks0p6154y1c7f49wqffds36p"))))
(build-system emacs-build-system) (build-system emacs-build-system)
(arguments (arguments
`(#:tests? #t `(#:tests? #t