[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
12/12: gnu: emacs-find-file-in-project: Update to 5.7.7.
From: |
guix-commits |
Subject: |
12/12: gnu: emacs-find-file-in-project: Update to 5.7.7. |
Date: |
Sun, 15 Dec 2019 15:58:45 -0500 (EST) |
brettgilio pushed a commit to branch master
in repository guix.
commit 5487ddac2279d7d1200d558864d7c063a39de1c6
Author: Brett Gilio <address@hidden>
Date: Sun Dec 15 14:58:18 2019 -0600
gnu: emacs-find-file-in-project: Update to 5.7.7.
* gnu/packages/emacs-xyz.scm (emacs-find-file-in-project): Update to 5.7.7.
[arguments]: Modify tests to use ert.
---
gnu/packages/emacs-xyz.scm | 18 ++++++------------
1 file changed, 6 insertions(+), 12 deletions(-)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index eb3996d..917dd57 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -6482,7 +6482,7 @@ maximizes flexibility (at the expense of conciseness).")
(define-public emacs-find-file-in-project
(package
(name "emacs-find-file-in-project")
- (version "5.4.7")
+ (version "5.7.7")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -6491,19 +6491,13 @@ maximizes flexibility (at the expense of conciseness).")
(file-name (git-file-name name version))
(sha256
(base32
- "1sdnyqv69mipbgs9yax88m9b6crsa59rjhwrih197pifl4089awr"))))
+ "1skjbh7m0cck2rwmgzrrds51gipqf1jqghyfx15drc1n6kwivx3h"))))
(build-system emacs-build-system)
(arguments
- `(#:phases
- (modify-phases %standard-phases
- (add-before 'check 'set-shell
- ;; Otherwise Emacs shell-file-name is set to "/bin/sh", which
doesn't
- ;; work.
- (lambda _
- (setenv "SHELL" (which "sh"))
- #t)))
- #:tests? #t
- #:test-command '("./tests/test.sh")))
+ `(#:tests? #t
+ #:test-command '("ert-runner" "tests")))
+ (native-inputs
+ `(("ert-runner" ,emacs-ert-runner)))
(home-page "https://github.com/technomancy/find-file-in-project")
(synopsis "File/directory finder for Emacs")
(description "@code{find-file-in-project} allows to find files or
- branch master updated (6a65185 -> 5487dda), guix-commits, 2019/12/15
- 01/12: gnu: emacs-doom-modeline: Update to 2.8.2., guix-commits, 2019/12/15
- 04/12: gnu: emacs-fill-column-indicator: Update to 1.90., guix-commits, 2019/12/15
- 02/12: gnu: emacs-async: Update to 1.9.4., guix-commits, 2019/12/15
- 03/12: gnu: emacs-direnv: Update to 2.0.0., guix-commits, 2019/12/15
- 06/12: gnu: emacs-paren-face: Update to 1.0.4., guix-commits, 2019/12/15
- 12/12: gnu: emacs-find-file-in-project: Update to 5.7.7.,
guix-commits <=
- 05/12: gnu: emacs-undercover: Update to 0.6.1., guix-commits, 2019/12/15
- 09/12: gnu: emacs-jedi: Update to 0.2.8., guix-commits, 2019/12/15
- 08/12: gnu: emacs-ob-ipython: Update to 20180224., guix-commits, 2019/12/15
- 10/12: gnu: emacs-org-trello: Update to 0.8.1., guix-commits, 2019/12/15
- 11/12: gnu: emacs-elfeed: Update to 3.3.0., guix-commits, 2019/12/15
- 07/12: gnu: emacs-rich-minority: Update to 1.0.3., guix-commits, 2019/12/15