gnu: vim-asyncrun: Update to 2.7.1.

* gnu/packages/vim.scm (vim-asyncrun): Update to 2.7.1.
This commit is contained in:
Efraim Flashner 2020-04-01 10:19:33 +03:00
parent 2a844af991
commit 5619741752
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -851,7 +851,7 @@ (define-public vim-guix-vim
(define-public vim-asyncrun (define-public vim-asyncrun
(package (package
(name "vim-asyncrun") (name "vim-asyncrun")
(version "2.6.5") (version "2.7.1")
(source (origin (source (origin
(method git-fetch) (method git-fetch)
(uri (git-reference (uri (git-reference
@ -860,7 +860,7 @@ (define-public vim-asyncrun
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"1n0yzv8psskhx8h4g7dz64h2llm9mnljhvl4hrnsjx6znkni8vwp")))) "0f7slvz28772qsbrb8xfwrkprfm90wc9i36xhn797lacxcxgwqpw"))))
(build-system copy-build-system) (build-system copy-build-system)
(arguments (arguments
'(#:install-plan '(#:install-plan