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

* gnu/packages/emacs-xyz.scm (emacs-find-file-in-project): Update to 6.0.7.
This commit is contained in:
Nicolas Goaziou 2021-05-29 15:32:13 +02:00
parent da71f7466b
commit c899ed0ca7
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -9663,7 +9663,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.0.0") (version "6.0.7")
(source (origin (source (origin
(method git-fetch) (method git-fetch)
(uri (git-reference (uri (git-reference
@ -9672,7 +9672,7 @@ maximizes flexibility (at the expense of conciseness).")
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"1iagywiihwv96y9p811xlx4cmbsj8h76niymprv1vm4fj6cmihr6")))) "1qkfijqr839y605ssyalr2v9n6b86hr64mxikc96lx6nzdyjyyl0"))))
(build-system emacs-build-system) (build-system emacs-build-system)
(arguments (arguments
`(#:tests? #t `(#:tests? #t