diff options
author | Leo Famulari <leo@famulari.name> | 2017-11-17 17:19:10 -0500 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2017-11-17 18:25:16 -0500 |
commit | 25811886f149a04c132dde85db96d057c92a3e89 (patch) | |
tree | 5c4da4b3e18bd6e30d4adc868b74671811c8e800 /gnu/packages/vim.scm | |
parent | 40f372af3e8519e264ce62a652abf45ab2236c71 (diff) | |
download | patches-25811886f149a04c132dde85db96d057c92a3e89.tar patches-25811886f149a04c132dde85db96d057c92a3e89.tar.gz |
gnu: vim: Update to 8.0.1300.
* gnu/packages/vim.scm (vim): Update to 8.0.1300.
Diffstat (limited to 'gnu/packages/vim.scm')
-rw-r--r-- | gnu/packages/vim.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/vim.scm b/gnu/packages/vim.scm index 9de3b7c4de..a8de22966e 100644 --- a/gnu/packages/vim.scm +++ b/gnu/packages/vim.scm @@ -60,7 +60,7 @@ (define-public vim (package (name "vim") - (version "8.0.1274") + (version "8.0.1300") (source (origin (method url-fetch) (uri (string-append "https://github.com/vim/vim/archive/v" @@ -68,7 +68,7 @@ (file-name (string-append name "-" version ".tar.gz")) (sha256 (base32 - "1vm4d90ypsx1l4l3afv966d4sq8mj6b7j1mkzhsyd6mx2jk262ih")))) + "19w1rxmswsr19wng74f1iwwgd5wpx1hhvprjy1i0k41nply5h3h8")))) (build-system gnu-build-system) (arguments `(#:test-target "test" |