diff options
author | Tobias Geerinckx-Rice <[email protected]> | 2020-01-01 01:07:40 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <[email protected]> | 2020-01-01 01:08:57 +0100 |
commit | 442277d01eacd859b21e60e4eac3820d5f868088 (patch) | |
tree | 12d4903947dd7cbd021a77759d097d42c99dbd45 /gnu/packages/vim.scm | |
parent | 54b87d69eb9f41404f5dc7b0201622af9e1a399d (diff) |
gnu: vim: Update to 8.2.0069.
* gnu/packages/vim.scm (vim): Update to 8.2.0069.
Diffstat (limited to 'gnu/packages/vim.scm')
-rw-r--r-- | gnu/packages/vim.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/vim.scm b/gnu/packages/vim.scm index 1abc7ba4dd..9331959cb3 100644 --- a/gnu/packages/vim.scm +++ b/gnu/packages/vim.scm @@ -4,7 +4,7 @@ ;;; Copyright © 2016, 2017 ng0 <[email protected]> ;;; Copyright © 2017 Ricardo Wurmus <[email protected]> ;;; Copyright © 2017 Marius Bakke <[email protected]> -;;; Copyright © 2018, 2019 Tobias Geerinckx-Rice <[email protected]> +;;; Copyright © 2018, 2019, 2020 Tobias Geerinckx-Rice <[email protected]> ;;; Copyright © 2019 HiPhish <[email protected]> ;;; Copyright © 2019 Julien Lepiller <[email protected]> ;;; Copyright © 2019 Jakub Kądziołka <[email protected]> @@ -68,7 +68,7 @@ (define-public vim (package (name "vim") - (version "8.2.0066") + (version "8.2.0069") (source (origin (method git-fetch) (uri (git-reference @@ -77,7 +77,7 @@ (file-name (git-file-name name version)) (sha256 (base32 - "1yrmbqfwyj2ri61ahgzrglznpy1p6f1ldqkazhyxpwl4azk4n7zx")))) + "0kxzfcpv96s1lbx97g6451p1i7yanws5bvzl05jh1ywaqv5f4y7g")))) (build-system gnu-build-system) (arguments `(#:test-target "test" |