mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 12:05:19 -06:00
gnu: emacs-find-file-in-project: Update to 6.2.2.
* gnu/packages/emacs-xyz.scm (emacs-find-file-in-project): Update to 6.2.2. Change-Id: I5ead357ccf47924e8def9282b8936ee1ca0a0ec2
This commit is contained in:
parent
b6c9ffc019
commit
deb797ba05
1 changed files with 2 additions and 2 deletions
|
|
@ -16138,7 +16138,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.1")
|
||||
(version "6.2.2")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
|
@ -16147,7 +16147,7 @@ maximizes flexibility (at the expense of conciseness).")
|
|||
(commit version)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "1vrr3fwifn3lpajh03rx5rzzgc5dks0p6154y1c7f49wqffds36p"))))
|
||||
(base32 "1aqlzx1aibhkmvqasb7vbawj277rbyrk93v6svqs0m3v6n3g996i"))))
|
||||
(build-system emacs-build-system)
|
||||
(arguments
|
||||
`(#:tests? #t
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue