mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-28 03:45:07 -06:00
gnu: emacs-find-file-in-project: Update to 6.2.5.
* gnu/packages/emacs-xyz.scm (emacs-find-file-in-project): Update to 6.2.5. Change-Id: Id7ac68f10298c2a95045b4fac4ed0ab1635bea74
This commit is contained in:
parent
4c689b7114
commit
f3671f0782
1 changed files with 2 additions and 2 deletions
|
|
@ -17640,7 +17640,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.2")
|
||||
(version "6.2.5")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
|
@ -17649,7 +17649,7 @@ maximizes flexibility (at the expense of conciseness).")
|
|||
(commit version)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "1aqlzx1aibhkmvqasb7vbawj277rbyrk93v6svqs0m3v6n3g996i"))))
|
||||
(base32 "0crr4597naffxa4cli6flzjrz3x73nml50kgv6x2i5bspxjzkv27"))))
|
||||
(build-system emacs-build-system)
|
||||
(arguments
|
||||
`(#:test-command '("ert-runner" "tests")))
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue