gnu: vim-airline: Update to 0.11.

* gnu/packages/vim.scm (vim-airline): Update to 0.11.
This commit is contained in:
Efraim Flashner 2019-12-20 10:30:01 +02:00
parent a101b15b5a
commit 5d64c1b418
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -527,7 +527,7 @@ (define-public vim-fugitive
(define-public vim-airline
(package
(name "vim-airline")
(version "0.10")
(version "0.11")
(source
(origin
(method git-fetch)
@ -537,7 +537,7 @@ (define-public vim-airline
(file-name (git-file-name name version))
(sha256
(base32
"0k3c6p3xy6514n1n347ci4q9xjm9wwqirpdysam6f7r39crgmfhd"))))
"1aksmr73648pvyc75pfdz28k2d4ky52rn7xiwcv7lz87q3vqld7k"))))
(build-system gnu-build-system)
(arguments
`(#:tests? #f