gnu: vim: Update to 8.2.1852.
authorTobias Geerinckx-Rice <me@tobias.gr>
Fri, 16 Oct 2020 14:45:20 +0000 (16:45 +0200)
committerTobias Geerinckx-Rice <me@tobias.gr>
Fri, 16 Oct 2020 15:16:00 +0000 (17:16 +0200)
* gnu/packages/vim.scm (vim): Update to 8.2.1852.

gnu/packages/vim.scm

index 92a192b..0513698 100644 (file)
@@ -70,7 +70,7 @@
 (define-public vim
   (package
     (name "vim")
-    (version "8.2.1844")
+    (version "8.2.1852")
     (source (origin
              (method git-fetch)
              (uri (git-reference
@@ -79,7 +79,7 @@
              (file-name (git-file-name name version))
              (sha256
               (base32
-               "0a76ls7lizqg3lz624irkpq7rfm3x5rcq20vx217w34g9h6aggab"))))
+               "0nvcvvig5fc45smf4kh71jqyqafffgxzaizwqknk0h9vzl4k4h57"))))
     (build-system gnu-build-system)
     (arguments
      `(#:test-target "test"