me
/
guix
Archived
1
0
Fork 0

gnu: vim-fugitive: Update to 3.1.

* gnu/packages/vim.scm (vim-fugitive): Update to 3.1.
master
Efraim Flashner 2019-10-14 20:43:49 +03:00
parent c7c23eb622
commit dc505e3eb8
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 2 additions and 2 deletions

View File

@ -483,7 +483,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.0") (version "3.1")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -493,7 +493,7 @@ 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
"0ghh8a9xysc3njqql1khhl2dkhymz93snpwqp2apm7pka6l893bc")))) "0d9jhmidmy5c60iy9x47gqr675n5wp9wrzln83r8ima1fz7vvbgs"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments
'(#:tests? #f '(#:tests? #f