me
/
guix
Archived
1
0
Fork 0

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

* gnu/packages/emacs-xyz.scm (emacs-find-file-in-project): Update to 6.2.1.
master
Nicolas Goaziou 2023-05-21 13:14:45 +02:00
parent 4fc7b21ddf
commit b9358b86b4
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 2 additions and 2 deletions

View File

@ -13390,7 +13390,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.0")
(version "6.2.1")
(source
(origin
(method git-fetch)
@ -13399,7 +13399,7 @@ maximizes flexibility (at the expense of conciseness).")
(commit version)))
(file-name (git-file-name name version))
(sha256
(base32 "0sq8fyq19jw1hm0m6hiqnvzzvx0c3xigfx7x6i40ib5hnfjlqs0a"))))
(base32 "1vrr3fwifn3lpajh03rx5rzzgc5dks0p6154y1c7f49wqffds36p"))))
(build-system emacs-build-system)
(arguments
`(#:tests? #t