guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: vim-fugitive: Update to 3.7.


From: guix-commits
Subject: branch master updated: gnu: vim-fugitive: Update to 3.7.
Date: Thu, 09 Jun 2022 05:49:56 -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 e22b172522 gnu: vim-fugitive: Update to 3.7.
e22b172522 is described below

commit e22b1725224527826c97cdd26d6cfbf7e9afa162
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Thu Jun 9 12:42:58 2022 +0300

    gnu: vim-fugitive: Update to 3.7.
    
    * gnu/packages/vim.scm (vim-fugitive): Update to 3.7.
---
 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 f82f8498e1..7ef782f390 100644
--- a/gnu/packages/vim.scm
+++ b/gnu/packages/vim.scm
@@ -461,7 +461,7 @@ trouble using them, because you do not have to remember 
each snippet name.")
 (define-public vim-fugitive
   (package
     (name "vim-fugitive")
-    (version "3.6")
+    (version "3.7")
     (source
       (origin
         (method git-fetch)
@@ -470,7 +470,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 "17c3wzqkbzbf0nmlxpgk90yyv3d09209fqxqysand8bzb1cbfwzn"))))
+         (base32 "138290g2aph1jjhaza6biky5qi4ka6435s01bwxivllgb53g3irc"))))
     (build-system copy-build-system)
     (arguments
      '(#:install-plan



reply via email to

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