From 2fe026b4478edcebfe945044ea8f8208583b92ce Mon Sep 17 00:00:00 2001 From: Efraim Flashner Date: Thu, 16 Apr 2026 11:34:07 +0300 Subject: gnu: vim: Update to 9.2.0333. * gnu/packages/vim.scm (vim): Update to 9.2.0333. [arguments]: Adjust skip-or-fix-failing-tests phase to skip another test. Fixes: guix/guix#7941 Change-Id: I48f2b404932902d2a65c651a4e6aad1c98034c1e --- gnu/packages/vim.scm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'gnu') diff --git a/gnu/packages/vim.scm b/gnu/packages/vim.scm index 345706c2528..de0383658b1 100644 --- a/gnu/packages/vim.scm +++ b/gnu/packages/vim.scm @@ -93,7 +93,7 @@ (define-public vim (package (name "vim") - (version "9.2.0232") + (version "9.2.0333") (source (origin (method git-fetch) @@ -102,7 +102,7 @@ (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "0z5b77qq5rmddf42f8sqd4sbf81y1r8d9i9f0naczb9bz762wx0r")))) + (base32 "15qmligkgrzsp8c88i8cmji6vjvq5wmf3hjw2g8lz7dh9i901xdx")))) (build-system gnu-build-system) (arguments (list @@ -169,6 +169,7 @@ "sh_15.sh" "sh_bash.bash" "sh_bash_alias.sh" + "sh_functions_bash.sh" "sh_sundrous.bash"))))) (add-before 'install 'fix-installman.sh (lambda _ -- cgit v1.2.3