mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 14:07:01 +01:00
gnu: emacs-find-file-in-project: Update to 6.1.2.
* gnu/packages/emacs-xyz.scm (emacs-find-file-in-project): Update to 6.1.2.
This commit is contained in:
parent
2741161610
commit
f82b972169
1 changed files with 2 additions and 2 deletions
|
@ -10356,7 +10356,7 @@ (define-public emacs-mocker
|
||||||
(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.1.1")
|
(version "6.1.2")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
|
@ -10365,7 +10365,7 @@ (define-public emacs-find-file-in-project
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"13vsmi02v1rv5h2m62s36dw21781nxsj9dj4hlaxfz2v5avmp00c"))))
|
"00i62qspgmpg45gfzyq722wnni3yfmrkvlva8kmxdv5id919x1sc"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #t
|
`(#:tests? #t
|
||||||
|
|
Loading…
Reference in a new issue