me
/
guix
Archived
1
0
Fork 0

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.
master
Nicolas Goaziou 2021-09-25 22:38:32 +02:00
parent 2741161610
commit f82b972169
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 2 additions and 2 deletions

View File

@ -10356,7 +10356,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.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 @@ maximizes flexibility (at the expense of conciseness).")
(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