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


From: guix-commits
Subject: branch master updated: gnu: vim: Update to 8.2.5048.
Date: Wed, 01 Jun 2022 05:16:01 -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 75af73e1b7 gnu: vim: Update to 8.2.5048.
75af73e1b7 is described below

commit 75af73e1b7ac58770122d8831faa3a8158638bb0
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Wed Jun 1 11:46:17 2022 +0300

    gnu: vim: Update to 8.2.5048.
    
    * gnu/packages/vim.scm (vim): Update to 8.2.5048.
    [arguments]: Patch another instance of '/bin/sh'.
---
 gnu/packages/vim.scm | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/vim.scm b/gnu/packages/vim.scm
index caf9ea85b3..f82f8498e1 100644
--- a/gnu/packages/vim.scm
+++ b/gnu/packages/vim.scm
@@ -77,7 +77,7 @@
 (define-public vim
   (package
     (name "vim")
-    (version "8.2.4912")
+    (version "8.2.5048")
     (source (origin
              (method git-fetch)
              (uri (git-reference
@@ -86,7 +86,7 @@
              (file-name (git-file-name name version))
              (sha256
               (base32
-               "0wcvwmybkw76ha58idrq6pf4gxk14wbw1f8cwqs0slvkfdc8jyya"))))
+               "0bwps6r7g2c3nkn97s5kccqh6pb3a0bc11cmyacydsgxiwzq8xz4"))))
     (build-system gnu-build-system)
     (arguments
      `(#:test-target "test"
@@ -95,7 +95,8 @@
        (modify-phases %standard-phases
          (add-after 'configure 'patch-absolute-paths
            (lambda _
-             (substitute* '("src/testdir/Makefile"
+             (substitute* '("runtime/autoload/context.vim"
+                            "src/testdir/Makefile"
                             "src/testdir/test_filetype.vim"
                             "src/testdir/test_normal.vim"
                             "src/testdir/test_popupwin.vim"



reply via email to

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