guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

03/03: gnu: vim: Update to 8.0.1207.


From: Marius Bakke
Subject: 03/03: gnu: vim: Update to 8.0.1207.
Date: Sun, 22 Oct 2017 07:23:28 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit 3e8daecfd8daaa5351e1f24e2529e7042b5e6cb8
Author: Marius Bakke <address@hidden>
Date:   Sun Oct 22 13:22:06 2017 +0200

    gnu: vim: Update to 8.0.1207.
    
    * gnu/packages/vim.scm (vim): Update to 8.0.1207.
---
 gnu/packages/vim.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/vim.scm b/gnu/packages/vim.scm
index dffd6d9..560203f 100644
--- a/gnu/packages/vim.scm
+++ b/gnu/packages/vim.scm
@@ -60,7 +60,7 @@
 (define-public vim
   (package
     (name "vim")
-    (version "8.0.1130")
+    (version "8.0.1207")
     (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
-               "0zqyk7086crc6q5fil38szppx9sgd14fs3wb9h4ak13jg6s2ir90"))))
+               "0zq740d0crybva00dk0rxsa9q1gafvc438syxqlmlxgnk5f0xd11"))))
     (build-system gnu-build-system)
     (arguments
      `(#:test-target "test"



reply via email to

[Prev in Thread] Current Thread [Next in Thread]