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:
parent
0a90e67908
commit
41abf3b3a0
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
|
|
Reference in a new issue