guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: vim: Update to 8.2.0332.


From: guix-commits
Subject: branch master updated: gnu: vim: Update to 8.2.0332.
Date: Sat, 29 Feb 2020 14:18:10 -0500

This is an automated email from the git hooks/post-receive script.

lfam pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new b5aa17a  gnu: vim: Update to 8.2.0332.
b5aa17a is described below

commit b5aa17adea398a5d93ecdeb3b1478bfc610d59bf
Author: Vincent Legoll <address@hidden>
AuthorDate: Sat Feb 29 17:26:38 2020 +0100

    gnu: vim: Update to 8.2.0332.
    
    * gnu/packages/vim.scm (vim): Update to 8.2.0332.
    
    Signed-off-by: Leo Famulari <address@hidden>
---
 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 a94a677..d9ee202 100644
--- a/gnu/packages/vim.scm
+++ b/gnu/packages/vim.scm
@@ -69,7 +69,7 @@
 (define-public vim
   (package
     (name "vim")
-    (version "8.2.0303")
+    (version "8.2.0332")
     (source (origin
              (method git-fetch)
              (uri (git-reference
@@ -78,7 +78,7 @@
              (file-name (git-file-name name version))
              (sha256
               (base32
-               "1559lg8wgydyfc8c2sb2m7p8mlkarm7539qfxkh1skrw4mxi605k"))))
+               "0icgykml4wxq554h7r9rcxpxipg0yri651b9fijvv364ycywsq8c"))))
     (build-system gnu-build-system)
     (arguments
      `(#:test-target "test"



reply via email to

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