Archived
1
0
Fork 0

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

* gnu/packages/emacs-xyz.scm (emacs-find-file-in-project): Update to 6.0.0.
This commit is contained in:
Nicolas Goaziou 2021-02-08 22:07:50 +01:00
parent 0a90e67908
commit 41abf3b3a0
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -8974,7 +8974,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 "5.7.10") (version "6.0.0")
(source (origin (source (origin
(method git-fetch) (method git-fetch)
(uri (git-reference (uri (git-reference
@ -8983,7 +8983,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
"156sfd5xs831sdlkf7p5m20hzznv1zlf9nm3pfm8n8ixp13fnzj0")))) "1iagywiihwv96y9p811xlx4cmbsj8h76niymprv1vm4fj6cmihr6"))))
(build-system emacs-build-system) (build-system emacs-build-system)
(arguments (arguments
`(#:tests? #t `(#:tests? #t