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 295a35ba20 gnu: vifm: Update to 0.14.2.
295a35ba20 is described below

commit 295a35ba20257e965c4eba8488de99fce7bf027f
Author: Efraim Flashner <efr...@flashner.co.il>
AuthorDate: Wed May 7 20:23:18 2025 +0300

    gnu: vifm: Update to 0.14.2.
    
    * gnu/packages/vim.scm (vifm): Update to 0.14.2.
    
    Change-Id: Ied25f2420a8933c4f45b6047ca9f705de571457f
---
 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 8e3be98ebc..cc35a325fd 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.1")
+    (version "0.14.2")
     (source
       (origin
         (method url-fetch)
@@ -938,7 +938,7 @@ and support for fonts with ligatures.")
                               "vifm-" version ".tar.bz2")))
         (sha256
          (base32
-          "15m4qh1c3qbw23vv5p94fd43yfl85fj3asxa1z983x199q8rxw81"))))
+          "1c72y4vrh85r47w0h43wxz9i7pkgbhibq8qbsqlniprwak90a6yd"))))
     (build-system gnu-build-system)
     (arguments
      '(#:configure-flags '("--disable-build-timestamp")

Reply via email to