mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 22:50:23 -05:00
gnu: vim-asyncrun: Update to 2.8.6.
* gnu/packages/vim.scm (vim-asyncrun): Update to 2.8.6.
This commit is contained in:
parent
ed1e011dd5
commit
59dbf6e190
1 changed files with 2 additions and 2 deletions
|
@ -842,7 +842,7 @@ (define-public vim-guix-vim
|
|||
(define-public vim-asyncrun
|
||||
(package
|
||||
(name "vim-asyncrun")
|
||||
(version "2.8.5")
|
||||
(version "2.8.6")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
|
@ -851,7 +851,7 @@ (define-public vim-asyncrun
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"0mxsmjv497h6w8dxw0zvqginlx0yvrvrx4z3jhq2x3y2dfvpcm41"))))
|
||||
"11zcw0sll6qg6ha0rr6n1cw5v73azvf7ycwn9lgiwa5cj7rrqjf4"))))
|
||||
(build-system copy-build-system)
|
||||
(arguments
|
||||
'(#:install-plan
|
||||
|
|
Loading…
Reference in a new issue