guix-commits
[Top][All Lists]
Advanced

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

01/04: gnu: vim: Update to 8.0.0133.


From: Tobias Geerinckx-Rice
Subject: 01/04: gnu: vim: Update to 8.0.0133.
Date: Mon, 12 Dec 2016 21:09:03 +0000 (UTC)

nckx pushed a commit to branch master
in repository guix.

commit 469846a7ba9b4dad20efd1fd6a83ad3bcb88fe39
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Mon Dec 12 09:38:59 2016 +0100

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



reply via email to

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