mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: vim-asyncrun: Update to 2.7.5.
* gnu/packages/vim.scm (vim-asyncrun): Update to 2.7.5.
This commit is contained in:
parent
d7041a69ed
commit
0144f8def8
1 changed files with 2 additions and 2 deletions
|
@ -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.7.1")
|
(version "2.7.5")
|
||||||
(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
|
||||||
"0f7slvz28772qsbrb8xfwrkprfm90wc9i36xhn797lacxcxgwqpw"))))
|
"02fiqf4rcrxbcgvj02mpd78wkxsrnbi54aciwh9fv5mnz5ka249m"))))
|
||||||
(build-system copy-build-system)
|
(build-system copy-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:install-plan
|
'(#:install-plan
|
||||||
|
|
Loading…
Reference in a new issue