diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2021-11-26 15:37:36 +0200 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2021-11-26 15:37:36 +0200 |
commit | d711b72f14adff571c6fa2321617ac6e6f10f757 (patch) | |
tree | 7bd3f2e019cf1eb0c24c556338ef29999af7bd04 /gnu/packages/vim.scm | |
parent | 128fd2ab594b25974a67fc7217107b8b83efda4d (diff) | |
download | guix-d711b72f14adff571c6fa2321617ac6e6f10f757.tar.gz |
gnu: vim-fugitive: Update to 3.6.
* gnu/packages/vim.scm (vim-fugitive): Update to 3.6.
Diffstat (limited to 'gnu/packages/vim.scm')
-rw-r--r-- | gnu/packages/vim.scm | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/gnu/packages/vim.scm b/gnu/packages/vim.scm index 1abfffbce2..59ae6ff04a 100644 --- a/gnu/packages/vim.scm +++ b/gnu/packages/vim.scm @@ -477,7 +477,7 @@ trouble using them, because you do not have to remember each snippet name.") (define-public vim-fugitive (package (name "vim-fugitive") - (version "3.4") + (version "3.6") (source (origin (method git-fetch) @@ -486,8 +486,7 @@ trouble using them, because you do not have to remember each snippet name.") (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 - (base32 - "0vgyp0rabrxjy9mpdnf221vjk3q38pls7az884gvnjjzdly18xmp")))) + (base32 "17c3wzqkbzbf0nmlxpgk90yyv3d09209fqxqysand8bzb1cbfwzn")))) (build-system copy-build-system) (arguments '(#:install-plan |