This is an automated email from the git hooks/post-receive script.
guix_mirror_bot pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new 52d82e5551 gnu: vifm: Update to 0.14.3.
52d82e5551 is described below
commit 52d82e555119c013cfbf9ad7671a56dc6c1a1f16
Author: Efraim Flashner <[email protected]>
AuthorDate: Fri Jun 6 16:06:53 2025 +0300
gnu: vifm: Update to 0.14.3.
* gnu/packages/vim.scm (vifm): Update to 0.14.3.
Change-Id: I47de1f1aa2ba5ac1e50f409362288d2175bf1184
---
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 cc35a325fd..4ffaab4cfc 100644
--- a/gnu/packages/vim.scm
+++ b/gnu/packages/vim.scm
@@ -927,7 +927,7 @@ and support for fonts with ligatures.")
(define-public vifm
(package
(name "vifm")
- (version "0.14.2")
+ (version "0.14.3")
(source
(origin
(method url-fetch)
@@ -938,7 +938,7 @@ and support for fonts with ligatures.")
"vifm-" version ".tar.bz2")))
(sha256
(base32
- "1c72y4vrh85r47w0h43wxz9i7pkgbhibq8qbsqlniprwak90a6yd"))))
+ "03j4ygdrywr0kdjp755y3sj9nlay6xb74zwlkyga19fn108vxa8n"))))
(build-system gnu-build-system)
(arguments
'(#:configure-flags '("--disable-build-timestamp")