guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: vim-fugitive: Update to 3.3.


From: guix-commits
Subject: 02/02: gnu: vim-fugitive: Update to 3.3.
Date: Thu, 29 Apr 2021 16:28:19 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit 131265ea3a3d71c3b430bce6bb2d428cc1a2a4fa
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Thu Apr 29 23:22:48 2021 +0300

    gnu: vim-fugitive: Update to 3.3.
    
    * gnu/packages/vim.scm (vim-fugitive): Update to 3.3.
---
 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 6662951..47ac984 100644
--- a/gnu/packages/vim.scm
+++ b/gnu/packages/vim.scm
@@ -467,7 +467,7 @@ trouble using them, because you do not have to remember 
each snippet name.")
 (define-public vim-fugitive
   (package
     (name "vim-fugitive")
-    (version "3.2")
+    (version "3.3")
     (source
       (origin
         (method git-fetch)
@@ -477,7 +477,7 @@ trouble using them, because you do not have to remember 
each snippet name.")
         (file-name (git-file-name name version))
         (sha256
          (base32
-          "1jbn5jxadccmcz01j94d0i1bp74cixr0fpxxf1h0aqdf1ljk3d7n"))))
+          "1ybmy2dk9zsmd3kyyj40qn20gzgd16n5p77sjxp8bspx3zb7km5y"))))
     (build-system copy-build-system)
     (arguments
      '(#:install-plan



reply via email to

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