mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 06:46:50 +01:00
gnu: vim-fugitive: Update to 3.1.
* gnu/packages/vim.scm (vim-fugitive): Update to 3.1.
This commit is contained in:
parent
c7c23eb622
commit
dc505e3eb8
1 changed files with 2 additions and 2 deletions
|
@ -483,7 +483,7 @@ (define-public vim-context-filetype
|
|||
(define-public vim-fugitive
|
||||
(package
|
||||
(name "vim-fugitive")
|
||||
(version "3.0")
|
||||
(version "3.1")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -493,7 +493,7 @@ (define-public vim-fugitive
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"0ghh8a9xysc3njqql1khhl2dkhymz93snpwqp2apm7pka6l893bc"))))
|
||||
"0d9jhmidmy5c60iy9x47gqr675n5wp9wrzln83r8ima1fz7vvbgs"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
'(#:tests? #f
|
||||
|
|
Loading…
Reference in a new issue