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.0051.


From: Marius Bakke
Subject: 01/01: gnu: vim: Update to 8.0.0051.
Date: Fri, 28 Oct 2016 19:56:30 +0000 (UTC)

mbakke pushed a commit to branch master
in repository guix.

commit a9afb956b3232ccfb7deaf3feed02b60a12d65bf
Author: Marius Bakke <address@hidden>
Date:   Thu Oct 27 14:14:40 2016 +0100

    gnu: vim: Update to 8.0.0051.
    
    * gnu/packages/vim.scm (vim): Update to 8.0.0051.
    [source]: Change to github release archive.
---
 gnu/packages/vim.scm |    9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/vim.scm b/gnu/packages/vim.scm
index 4ee8c7d..d1aebd6 100644
--- a/gnu/packages/vim.scm
+++ b/gnu/packages/vim.scm
@@ -48,14 +48,15 @@
 (define-public vim
   (package
     (name "vim")
-    (version "8.0")
+    (version "8.0.0051")
     (source (origin
              (method url-fetch)
-             (uri (string-append "ftp://ftp.vim.org/pub/vim/unix/vim-";
-                                 version ".tar.bz2"))
+             (uri (string-append "https://github.com/vim/vim/archive/v";
+                                 version ".tar.gz"))
+             (file-name (string-append name "-" version ".tar.gz"))
              (sha256
               (base32
-               "1s34rf8089klsbdx5l0iw7vjymir0kzfrx8wb30s31wygnq29axc"))))
+               "18b0mb5kbv61a299y8y6kvm0fg7nrcgrzd1jk3n4863dbkv7hsnz"))))
     (build-system gnu-build-system)
     (arguments
      `(#:test-target "test"



reply via email to

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