Archived
1
0
Fork 0

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 @@ trouble using them, because you do not have to remember each snippet name.")
(define-public vim-fugitive (define-public vim-fugitive
(package (package
(name "vim-fugitive") (name "vim-fugitive")
(version "3.6") (version "3.7")
(source (source
(origin (origin
(method git-fetch) (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)))) (commit (string-append "v" version))))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 "17c3wzqkbzbf0nmlxpgk90yyv3d09209fqxqysand8bzb1cbfwzn")))) (base32 "138290g2aph1jjhaza6biky5qi4ka6435s01bwxivllgb53g3irc"))))
(build-system copy-build-system) (build-system copy-build-system)
(arguments (arguments
'(#:install-plan '(#:install-plan