guix-commits
[Top][All Lists]
Advanced

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

03/09: gnu: vim: Update to 8.0.0194.


From: Marius Bakke
Subject: 03/09: gnu: vim: Update to 8.0.0194.
Date: Mon, 16 Jan 2017 09:25:46 +0000 (UTC)

mbakke pushed a commit to branch master
in repository guix.

commit 017ecf72ca6959e3eaefa9a9a566501ca3ca2236
Author: Marius Bakke <address@hidden>
Date:   Mon Jan 16 10:09:19 2017 +0100

    gnu: vim: Update to 8.0.0194.
    
    * gnu/packages/vim.scm (vim, vim-full): Update to 8.0.0194.
---
 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 7ba4e6a..c2c0cca 100644
--- a/gnu/packages/vim.scm
+++ b/gnu/packages/vim.scm
@@ -49,7 +49,7 @@
 (define-public vim
   (package
     (name "vim")
-    (version "8.0.0187")
+    (version "8.0.0194")
     (source (origin
              (method url-fetch)
              (uri (string-append "https://github.com/vim/vim/archive/v";
@@ -57,7 +57,7 @@
              (file-name (string-append name "-" version ".tar.gz"))
              (sha256
               (base32
-               "1p9wdhksckp741406hnk5yj2lzhixfxzjs102zga0w8qw72p5yc6"))))
+               "0rvhlgfms6w7h1v17lxwvfp32nmxx92vc0xsmgj5xgapz43l2sp0"))))
     (build-system gnu-build-system)
     (arguments
      `(#:test-target "test"



reply via email to

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