gnu: vim-syntastic: Update to 3.9.0.

* gnu/packages/vim.scm (vim-syntastic): Update to 3.9.0.
[source]: Switch to git checkout.
This commit is contained in:
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

View file

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