guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: vifm: Update to 0.12.


From: guix-commits
Subject: branch master updated: gnu: vifm: Update to 0.12.
Date: Wed, 29 Sep 2021 10:30:04 -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 e0bbe76  gnu: vifm: Update to 0.12.
e0bbe76 is described below

commit e0bbe763a32561c602212852c62055415bc6f02d
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Wed Sep 29 17:29:14 2021 +0300

    gnu: vifm: Update to 0.12.
    
    * gnu/packages/vim.scm (vifm): Update to 0.12.
---
 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 432562d..ee836d2 100644
--- a/gnu/packages/vim.scm
+++ b/gnu/packages/vim.scm
@@ -797,7 +797,7 @@ and support for fonts with ligatures.")
 (define-public vifm
   (package
     (name "vifm")
-    (version "0.11")
+    (version "0.12")
     (source
       (origin
         (method url-fetch)
@@ -808,7 +808,7 @@ and support for fonts with ligatures.")
                               "vifm-" version ".tar.bz2")))
         (sha256
          (base32
-          "0rqyd424y0g5b5basw2ybb60r9gar4f40d1xgzr3c2dsy4jpwvyh"))))
+          "1h5j4y704nciyzg3aaav8sl3r5h9mpwq8f28cj65nnxk6a7n3a9k"))))
     (build-system gnu-build-system)
     (arguments
      '(#:configure-flags '("--disable-build-timestamp")



reply via email to

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