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
parent
4fc7b21ddf
commit
b9358b86b4
|
@ -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
|
||||
|
|
Reference in New Issue