mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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.
This commit is contained in:
parent
4fc7b21ddf
commit
b9358b86b4
1 changed files with 2 additions and 2 deletions
|
@ -13390,7 +13390,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 "6.2.0")
|
(version "6.2.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -13399,7 +13399,7 @@ maximizes flexibility (at the expense of conciseness).")
|
||||||
(commit version)))
|
(commit version)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0sq8fyq19jw1hm0m6hiqnvzzvx0c3xigfx7x6i40ib5hnfjlqs0a"))))
|
(base32 "1vrr3fwifn3lpajh03rx5rzzgc5dks0p6154y1c7f49wqffds36p"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #t
|
`(#:tests? #t
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue