update vim-plug to v0.14.0
This commit is contained in:
parent
57d0050899
commit
0601aa4f57
1 changed files with 2 additions and 2 deletions
|
@ -9,7 +9,7 @@
|
||||||
(define-public vim-plug
|
(define-public vim-plug
|
||||||
(package
|
(package
|
||||||
(name "vim-plug")
|
(name "vim-plug")
|
||||||
(version "0.13.0")
|
(version "0.14.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -18,7 +18,7 @@
|
||||||
(commit version)))
|
(commit version)))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"048kk5ar6i5k4nrq0pma6ww7yg64h6aa8d0blgxpq7kfqkwwglfj"))
|
"01mlw9nl3yb4s90xd197is7wjagizjz2gm4531bfn03k49idkhkp"))
|
||||||
(file-name (git-file-name name version))))
|
(file-name (git-file-name name version))))
|
||||||
(build-system trivial-build-system)
|
(build-system trivial-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
|
|
Loading…
Reference in a new issue