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


From: guix-commits
Subject: branch master updated: gnu: vim: Update to 9.0.0000.
Date: Tue, 28 Jun 2022 10:56:49 -0400

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

efraim pushed a commit to branch master
in repository guix.

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

commit 04b288750c4f34047c4e3739d76d0d2896c6881c
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Tue Jun 28 17:55:23 2022 +0300

    gnu: vim: Update to 9.0.0000.
    
    * gnu/packages/vim.scm (vim): Update to 9.0.0000.
---
 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 7ef782f390..945c7f3863 100644
--- a/gnu/packages/vim.scm
+++ b/gnu/packages/vim.scm
@@ -77,7 +77,7 @@
 (define-public vim
   (package
     (name "vim")
-    (version "8.2.5048")
+    (version "9.0.0000")
     (source (origin
              (method git-fetch)
              (uri (git-reference
@@ -86,7 +86,7 @@
              (file-name (git-file-name name version))
              (sha256
               (base32
-               "0bwps6r7g2c3nkn97s5kccqh6pb3a0bc11cmyacydsgxiwzq8xz4"))))
+               "0zzhpkcx0gi2hngwvp0w8c4f289fzxvdc4955spkb9f1f3119pwb"))))
     (build-system gnu-build-system)
     (arguments
      `(#:test-target "test"



reply via email to

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