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


From: guix-commits
Subject: branch master updated: gnu: vim: Update to 9.0.0594.
Date: Wed, 28 Sep 2022 08:21:34 -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 c249927ebb gnu: vim: Update to 9.0.0594.
c249927ebb is described below

commit c249927ebba47f9b199fdf8a88804a2c1713a097
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Wed Sep 28 14:53:03 2022 +0300

    gnu: vim: Update to 9.0.0594.
    
    * gnu/packages/vim.scm (vim): Update to 9.0.0594.
    [arguments]: Adjust custom 'patch-absolute-paths phase to add another
    file to patch.
---
 gnu/packages/vim.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/vim.scm b/gnu/packages/vim.scm
index a6250f71de..c6bfbb5c6b 100644
--- a/gnu/packages/vim.scm
+++ b/gnu/packages/vim.scm
@@ -77,7 +77,7 @@
 (define-public vim
   (package
     (name "vim")
-    (version "9.0.0509")
+    (version "9.0.0594")
     (source (origin
              (method git-fetch)
              (uri (git-reference
@@ -86,7 +86,7 @@
              (file-name (git-file-name name version))
              (sha256
               (base32
-               "0affh0q6r5cvf01f4m5nr94bq1k23bzhiwa4xlpqim21yipafamm"))))
+               "0rb1385pwz75z342b4915gp8212xipp38z9qlaxdqdy3x5m16lcp"))))
     (build-system gnu-build-system)
     (arguments
      `(#:test-target "test"
@@ -100,6 +100,7 @@
                             "src/testdir/test_normal.vim"
                             "src/testdir/test_popupwin.vim"
                             "src/testdir/test_shell.vim"
+                            "src/testdir/test_suspend.vim"
                             "src/testdir/test_terminal.vim"
                             "src/testdir/test_terminal2.vim")
                (("/bin/sh") (which "sh")))



reply via email to

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