me
/
guix
Archived
1
0
Fork 0

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

* gnu/packages/emacs-xyz.scm (emacs-find-file-in-project): Update to 6.1.1.
Nicolas Goaziou 2021-08-13 15:21:37 +02:00
parent c9bcf8f736
commit 2202909d17
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 2 additions and 2 deletions

View File

@ -10239,7 +10239,7 @@ maximizes flexibility (at the expense of conciseness).")
(define-public emacs-find-file-in-project
(package
(name "emacs-find-file-in-project")
(version "6.0.7")
(version "6.1.1")
(source (origin
(method git-fetch)
(uri (git-reference
@ -10248,7 +10248,7 @@ maximizes flexibility (at the expense of conciseness).")
(file-name (git-file-name name version))
(sha256
(base32
"1qkfijqr839y605ssyalr2v9n6b86hr64mxikc96lx6nzdyjyyl0"))))
"13vsmi02v1rv5h2m62s36dw21781nxsj9dj4hlaxfz2v5avmp00c"))))
(build-system emacs-build-system)
(arguments
`(#:tests? #t