summaryrefslogtreecommitdiff
path: root/gnu/packages/vim.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2019-10-28 21:10:37 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2019-10-28 21:22:24 +0100
commit42521ab225e031517790dc738ee7a5d8fc846f72 (patch)
treea1282f4a7a87530511f128e89a30c9fae23146e4 /gnu/packages/vim.scm
parent57705f47497b97a0ed42362148f4a523ae5fc8ce (diff)
downloadguix-patches-42521ab225e031517790dc738ee7a5d8fc846f72.tar
guix-patches-42521ab225e031517790dc738ee7a5d8fc846f72.tar.gz
gnu: vim-syntastic: Update to 3.10.0.
* gnu/packages/vim.scm (vim-syntastic): Update to 3.10.0.
Diffstat (limited to 'gnu/packages/vim.scm')
-rw-r--r--gnu/packages/vim.scm7
1 files changed, 3 insertions, 4 deletions
diff --git a/gnu/packages/vim.scm b/gnu/packages/vim.scm
index 63bd50390c..fbc0b48898 100644
--- a/gnu/packages/vim.scm
+++ b/gnu/packages/vim.scm
@@ -4,7 +4,7 @@
;;; Copyright © 2016, 2017 ng0 <ng0@n0.is>
;;; Copyright © 2017 Ricardo Wurmus <rekado@elephly.net>
;;; Copyright © 2017 Marius Bakke <mbakke@fastmail.com>
-;;; Copyright © 2018 Tobias Geerinckx-Rice <me@tobias.gr>
+;;; Copyright © 2018, 2019 Tobias Geerinckx-Rice <me@tobias.gr>
;;; Copyright © 2019 HiPhish <hiphish@posteo.de>
;;; Copyright © 2019 Julien Lepiller <julien@lepiller.eu>
;;;
@@ -609,7 +609,7 @@ and powerline symbols, etc.")
(define-public vim-syntastic
(package
(name "vim-syntastic")
- (version "3.9.0")
+ (version "3.10.0")
(source
(origin
(method git-fetch)
@@ -618,8 +618,7 @@ and powerline symbols, etc.")
(commit version)))
(file-name (git-file-name name version))
(sha256
- (base32
- "121a1mxgfng2y5zmivyyk02mca8pyw72crivf4f1q9nhn0barf57"))))
+ (base32 "0j91f72jaz1s6aw1hpjiz30vk2ds2aqd9gisk91grsldy6nz6hhz"))))
(build-system gnu-build-system)
(arguments
`(#:tests? #f