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

* gnu/packages/emacs-xyz.scm (emacs-find-file-in-project): Update to 6.2.2.

Change-Id: I5ead357ccf47924e8def9282b8936ee1ca0a0ec2
This commit is contained in:
Nicolas Goaziou 2025-01-26 19:31:55 +01:00
parent b6c9ffc019
commit deb797ba05
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

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