gnu: vim-fugitive: Update to 3.6.
* gnu/packages/vim.scm (vim-fugitive): Update to 3.6.master
parent
128fd2ab59
commit
d711b72f14
|
@ -477,7 +477,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.4")
|
(version "3.6")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(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))))
|
(commit (string-append "v" version))))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32 "17c3wzqkbzbf0nmlxpgk90yyv3d09209fqxqysand8bzb1cbfwzn"))))
|
||||||
"0vgyp0rabrxjy9mpdnf221vjk3q38pls7az884gvnjjzdly18xmp"))))
|
|
||||||
(build-system copy-build-system)
|
(build-system copy-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:install-plan
|
'(#:install-plan
|
||||||
|
|
Reference in New Issue