mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: vim-fugitive: Update to 3.3.
* gnu/packages/vim.scm (vim-fugitive): Update to 3.3.
This commit is contained in:
parent
59dbf6e190
commit
131265ea3a
1 changed files with 2 additions and 2 deletions
|
@ -467,7 +467,7 @@ (define-public vim-context-filetype
|
|||
(define-public vim-fugitive
|
||||
(package
|
||||
(name "vim-fugitive")
|
||||
(version "3.2")
|
||||
(version "3.3")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -477,7 +477,7 @@ (define-public vim-fugitive
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"1jbn5jxadccmcz01j94d0i1bp74cixr0fpxxf1h0aqdf1ljk3d7n"))))
|
||||
"1ybmy2dk9zsmd3kyyj40qn20gzgd16n5p77sjxp8bspx3zb7km5y"))))
|
||||
(build-system copy-build-system)
|
||||
(arguments
|
||||
'(#:install-plan
|
||||
|
|
Loading…
Reference in a new issue