gnu: vim-airline: Update to 0.9.

* gnu/packages/vim.scm (vim-airline): Update to 0.9.
[source]: Switch to git checkout.
This commit is contained in:
Efraim Flashner 2018-06-12 10:57:21 +03:00
parent b37404740e
commit 35a7e5742f
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -493,16 +493,17 @@ (define-public vim-fugitive
(define-public vim-airline (define-public vim-airline
(package (package
(name "vim-airline") (name "vim-airline")
(version "0.8") (version "0.9")
(source (source
(origin (origin
(method url-fetch) (method git-fetch)
(uri (string-append "https://github.com/vim-airline/vim-airline/" (uri (git-reference
"archive/v" version ".tar.gz")) (url "https://github.com/vim-airline/vim-airline")
(file-name (string-append name "-" version ".tar.gz")) (commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"053sfq3jmgdc5y7zbg6jrk7r2hp0raj3y3mxa2h1c1bnkb6wvcaz")))) "0hq3304rhakx7x1v7wll7gxinmfz6561bq97qpj8jrk19rhcab75"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments
`(#:tests? #f `(#:tests? #f