gnu: vim-syntastic: Update to 3.9.0.

* gnu/packages/vim.scm (vim-syntastic): Update to 3.9.0.
[source]: Switch to git checkout.
master
Efraim Flashner 2018-06-12 11:12:33 +03:00
parent 261348e20d
commit c71cc133ec
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 7 additions and 6 deletions

View File

@ -573,16 +573,17 @@ and powerline symbols, etc.")
(define-public vim-syntastic
(package
(name "vim-syntastic")
(version "3.8.0")
(version "3.9.0")
(source
(origin
(method url-fetch)
(uri (string-append "https://github.com/vim-syntastic/syntastic/archive/"
version ".tar.gz"))
(file-name (string-append name "-" version ".tar.gz"))
(method git-fetch)
(uri (git-reference
(url "https://github.com/vim-syntastic/syntastic")
(commit version)))
(file-name (git-file-name name version))
(sha256
(base32
"0wsnd9bsp5x6yiw96h1bnd1vyxdkh130hb82kyyxydgsplx92ima"))))
"121a1mxgfng2y5zmivyyk02mca8pyw72crivf4f1q9nhn0barf57"))))
(build-system gnu-build-system)
(arguments
`(#:tests? #f