me
/
guix
Archived
1
0
Fork 0

gnu: vim-fugitive: Update to 3.4.

* gnu/packages/vim.scm (vim-fugitive): Update to 3.4.
[arguments]: Install missing directory.
master
Efraim Flashner 2021-10-10 10:01:32 +03:00
parent dfdd98c4d8
commit 6b2662fc47
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 3 additions and 2 deletions

View File

@ -475,7 +475,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.3") (version "3.4")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -485,13 +485,14 @@ trouble using them, because you do not have to remember each snippet name.")
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"1ybmy2dk9zsmd3kyyj40qn20gzgd16n5p77sjxp8bspx3zb7km5y")))) "0vgyp0rabrxjy9mpdnf221vjk3q38pls7az884gvnjjzdly18xmp"))))
(build-system copy-build-system) (build-system copy-build-system)
(arguments (arguments
'(#:install-plan '(#:install-plan
'(("autoload" "share/vim/vimfiles/") '(("autoload" "share/vim/vimfiles/")
("doc" "share/vim/vimfiles/") ("doc" "share/vim/vimfiles/")
("ftdetect" "share/vim/vimfiles/") ("ftdetect" "share/vim/vimfiles/")
("ftplugin" "share/vim/vimfiles/")
("plugin" "share/vim/vimfiles/") ("plugin" "share/vim/vimfiles/")
("syntax" "share/vim/vimfiles/")))) ("syntax" "share/vim/vimfiles/"))))
(home-page "https://github.com/tpope/vim-fugitive") (home-page "https://github.com/tpope/vim-fugitive")