gnu: vim-fugitive: Update to 3.7.

* gnu/packages/vim.scm (vim-fugitive): Update to 3.7.
This commit is contained in:
Efraim Flashner 2022-06-09 12:42:58 +03:00
parent 349f730e0e
commit e22b172522
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -461,7 +461,7 @@ (define-public vim-context-filetype
(define-public vim-fugitive
(package
(name "vim-fugitive")
(version "3.6")
(version "3.7")
(source
(origin
(method git-fetch)
@ -470,7 +470,7 @@ (define-public vim-fugitive
(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