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.4.


From: guix-commits
Subject: branch master updated: gnu: vim-fugitive: Update to 3.4.
Date: Sun, 10 Oct 2021 03:04:08 -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 6b2662f  gnu: vim-fugitive: Update to 3.4.
6b2662f is described below

commit 6b2662fc476f8b227df90134a5fb09471bbc6e3b
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Sun Oct 10 10:01:32 2021 +0300

    gnu: vim-fugitive: Update to 3.4.
    
    * gnu/packages/vim.scm (vim-fugitive): Update to 3.4.
    [arguments]: Install missing directory.
---
 gnu/packages/vim.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/vim.scm b/gnu/packages/vim.scm
index c55908d..92189b7 100644
--- a/gnu/packages/vim.scm
+++ b/gnu/packages/vim.scm
@@ -475,7 +475,7 @@ trouble using them, because you do not have to remember 
each snippet name.")
 (define-public vim-fugitive
   (package
     (name "vim-fugitive")
-    (version "3.3")
+    (version "3.4")
     (source
       (origin
         (method git-fetch)
@@ -485,13 +485,14 @@ trouble using them, because you do not have to remember 
each snippet name.")
         (file-name (git-file-name name version))
         (sha256
          (base32
-          "1ybmy2dk9zsmd3kyyj40qn20gzgd16n5p77sjxp8bspx3zb7km5y"))))
+          "0vgyp0rabrxjy9mpdnf221vjk3q38pls7az884gvnjjzdly18xmp"))))
     (build-system copy-build-system)
     (arguments
      '(#:install-plan
        '(("autoload" "share/vim/vimfiles/")
          ("doc" "share/vim/vimfiles/")
          ("ftdetect" "share/vim/vimfiles/")
+         ("ftplugin" "share/vim/vimfiles/")
          ("plugin" "share/vim/vimfiles/")
          ("syntax" "share/vim/vimfiles/"))))
     (home-page "https://github.com/tpope/vim-fugitive";)



reply via email to

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