Skip to content
Snippets Groups Projects
Unverified Commit 19ab5800 authored by Jakub Kądziołka's avatar Jakub Kądziołka
Browse files

gnu: vim: Update to 8.2.1500.

* gnu/packages/vim.scm (vim): Update to 8.2.1500.
parent 3e09a2be
No related branches found
No related tags found
No related merge requests found
...@@ -70,7 +70,7 @@ (define-module (gnu packages vim) ...@@ -70,7 +70,7 @@ (define-module (gnu packages vim)
(define-public vim (define-public vim
(package (package
(name "vim") (name "vim")
(version "8.2.1471") (version "8.2.1500")
(source (origin (source (origin
(method git-fetch) (method git-fetch)
(uri (git-reference (uri (git-reference
...@@ -79,7 +79,7 @@ (define-public vim ...@@ -79,7 +79,7 @@ (define-public vim
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"1rd2d8lil0liiyfzcqb2b96l4hn99pzfikpjy4w4z1jd4jkfcx17")))) "1f3ghv7g6khcvvs8irkxmskzc352xxmxw3wy0jq9q9r497v6p3ls"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments
`(#:test-target "test" `(#:test-target "test"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment