diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2022-06-09 12:42:58 +0300 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2022-06-09 12:46:47 +0300 |
commit | e22b1725224527826c97cdd26d6cfbf7e9afa162 (patch) | |
tree | ef986a8d5e29114f03923b8ac979436f3be87450 /gnu | |
parent | 349f730e0e6154e2ed174a8745c768933d57ccb8 (diff) | |
download | guix-e22b1725224527826c97cdd26d6cfbf7e9afa162.tar.gz |
gnu: vim-fugitive: Update to 3.7.
* gnu/packages/vim.scm (vim-fugitive): Update to 3.7.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/vim.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/vim.scm b/gnu/packages/vim.scm index f82f8498e1..7ef782f390 100644 --- a/gnu/packages/vim.scm +++ b/gnu/packages/vim.scm @@ -461,7 +461,7 @@ trouble using them, because you do not have to remember each snippet name.") (define-public vim-fugitive (package (name "vim-fugitive") - (version "3.6") + (version "3.7") (source (origin (method git-fetch) @@ -470,7 +470,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 "17c3wzqkbzbf0nmlxpgk90yyv3d09209fqxqysand8bzb1cbfwzn")))) + (base32 "138290g2aph1jjhaza6biky5qi4ka6435s01bwxivllgb53g3irc")))) (build-system copy-build-system) (arguments '(#:install-plan |