[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/02: gnu: vim: Update to 9.1.0744.
From: |
guix-commits |
Subject: |
02/02: gnu: vim: Update to 9.1.0744. |
Date: |
Sun, 29 Sep 2024 03:09:22 -0400 (EDT) |
efraim pushed a commit to branch master
in repository guix.
commit 2263c61aef3fbc374b2eae8abcd1498d19ad7124
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Sun Sep 29 10:01:25 2024 +0300
gnu: vim: Update to 9.1.0744.
* gnu/packages/vim.scm (vim): Update to 9.1.0744.
[arguments]: Delete another test in the 'skip-or-fix-failing-tests
phase.
Change-Id: Ic36691592abd350686df78d189196f827878be0b
---
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 786a85ab58..d10f218a53 100644
--- a/gnu/packages/vim.scm
+++ b/gnu/packages/vim.scm
@@ -86,7 +86,7 @@
(define-public vim
(package
(name "vim")
- (version "9.1.0146")
+ (version "9.1.0744")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -95,7 +95,7 @@
(file-name (git-file-name name version))
(sha256
(base32
- "05lz8ai39p9ypk22n7qc7g21868m08pl12sn4028jshx5nxwy2zn"))))
+ "0izx8ckjbpavp3bpw7lzdga5mmpcdssvzhlnz18n4bfzpfhg5knr"))))
(build-system gnu-build-system)
(arguments
`(#:test-target "test"
@@ -157,7 +157,8 @@
(with-fluids ((%default-port-encoding #f))
(substitute* "src/testdir/test_writefile.vim"
((".*Test_write_with_xattr_support.*" line)
- (string-append line "return\n"))))))
+ (string-append line "return\n"))))
+ (delete-file "runtime/syntax/testdir/input/sh_11.sh")))
(add-before 'install 'fix-installman.sh
(lambda _
(substitute* "src/installman.sh"