diff options
| author | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2022-07-11 11:48:45 +0200 |
|---|---|---|
| committer | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2022-07-11 11:48:45 +0200 |
| commit | 022847ac5263d1523a3786d826d636cdd33a551a (patch) | |
| tree | 0b5a47e6cfabcf705a22e32529c8ce95a01c93cc /gnu | |
| parent | 7b151edb0de2828a3254a432c132f1683ed06708 (diff) | |
gnu: emacs-find-file-in-project: Update to 6.2.0.
* gnu/packages/emacs-xyz.scm (emacs-find-file-in-project): Update to 6.2.0.
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/emacs-xyz.scm | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index c218df65f87..141dd4ccfca 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm | |||
| @@ -11154,20 +11154,16 @@ maximizes flexibility (at the expense of conciseness).") | |||
| 11154 | (define-public emacs-find-file-in-project | 11154 | (define-public emacs-find-file-in-project |
| 11155 | (package | 11155 | (package |
| 11156 | (name "emacs-find-file-in-project") | 11156 | (name "emacs-find-file-in-project") |
| 11157 | (version "6.1.2") | 11157 | (version "6.2.0") |
| 11158 | (source | 11158 | (source |
| 11159 | (origin | 11159 | (origin |
| 11160 | (method git-fetch) | 11160 | (method git-fetch) |
| 11161 | (uri (git-reference | 11161 | (uri (git-reference |
| 11162 | (url "https://github.com/technomancy/find-file-in-project") | 11162 | (url "https://github.com/technomancy/find-file-in-project") |
| 11163 | ;; The "6.1.2" tag was modified in place, initially pointing to | 11163 | (commit version))) |
| 11164 | ;; 756f616f77f3829de07821480e229c587c1afec0 and then change to | ||
| 11165 | ;; the subsequent commit, | ||
| 11166 | ;; 52274e6001545bdf45c6477ba21bfaa8eca04755. | ||
| 11167 | (commit "756f616f77f3829de07821480e229c587c1afec0"))) | ||
| 11168 | (file-name (git-file-name name version)) | 11164 | (file-name (git-file-name name version)) |
| 11169 | (sha256 | 11165 | (sha256 |
| 11170 | (base32 "00i62qspgmpg45gfzyq722wnni3yfmrkvlva8kmxdv5id919x1sc")))) | 11166 | (base32 "0sq8fyq19jw1hm0m6hiqnvzzvx0c3xigfx7x6i40ib5hnfjlqs0a")))) |
| 11171 | (build-system emacs-build-system) | 11167 | (build-system emacs-build-system) |
| 11172 | (arguments | 11168 | (arguments |
| 11173 | `(#:tests? #t | 11169 | `(#:tests? #t |
