guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: vim: Update to 8.0.0124.


From: Marius Bakke
Subject: 01/01: gnu: vim: Update to 8.0.0124.
Date: Sun, 4 Dec 2016 21:25:45 +0000 (UTC)

mbakke pushed a commit to branch master
in repository guix.

commit 222222be63a30af67817c408ffc8b36b1dd836d2
Author: Marius Bakke <address@hidden>
Date:   Sun Dec 4 22:12:37 2016 +0100

    gnu: vim: Update to 8.0.0124.
    
    * gnu/packages/vim.scm (vim, vim-full): Update to 8.0.0124.
---
 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 53d53db..09c958e 100644
--- a/gnu/packages/vim.scm
+++ b/gnu/packages/vim.scm
@@ -49,7 +49,7 @@
 (define-public vim
   (package
     (name "vim")
-    (version "8.0.0118")
+    (version "8.0.0124")
     (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
-               "0gryqly7rnkc95psh3vaqq4bs0s9bfv31a2d38y188raig72dgll"))))
+               "0mb8r677yxk0s8wc5dq6lf7y2bva64vgch65g53ai57az6lx85cd"))))
     (build-system gnu-build-system)
     (arguments
      `(#:test-target "test"



reply via email to

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