guix-commits
[Top][All Lists]
Advanced

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

01/07: gnu: vim-fugitive: Update to 3.6.


From: guix-commits
Subject: 01/07: gnu: vim-fugitive: Update to 3.6.
Date: Fri, 26 Nov 2021 09:00:52 -0500 (EST)

efraim pushed a commit to branch master
in repository guix.

commit d711b72f14adff571c6fa2321617ac6e6f10f757
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Fri Nov 26 15:37:36 2021 +0200

    gnu: vim-fugitive: Update to 3.6.
    
    * gnu/packages/vim.scm (vim-fugitive): Update to 3.6.
---
 gnu/packages/vim.scm | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/vim.scm b/gnu/packages/vim.scm
index 1abfffb..59ae6ff 100644
--- a/gnu/packages/vim.scm
+++ b/gnu/packages/vim.scm
@@ -477,7 +477,7 @@ trouble using them, because you do not have to remember 
each snippet name.")
 (define-public vim-fugitive
   (package
     (name "vim-fugitive")
-    (version "3.4")
+    (version "3.6")
     (source
       (origin
         (method git-fetch)
@@ -486,8 +486,7 @@ trouble using them, because you do not have to remember 
each snippet name.")
                (commit (string-append "v" version))))
         (file-name (git-file-name name version))
         (sha256
-         (base32
-          "0vgyp0rabrxjy9mpdnf221vjk3q38pls7az884gvnjjzdly18xmp"))))
+         (base32 "17c3wzqkbzbf0nmlxpgk90yyv3d09209fqxqysand8bzb1cbfwzn"))))
     (build-system copy-build-system)
     (arguments
      '(#:install-plan



reply via email to

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