guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: vim-fugitive: Update to 3.1.


From: guix-commits
Subject: 01/01: gnu: vim-fugitive: Update to 3.1.
Date: Mon, 14 Oct 2019 13:44:24 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit dc505e3eb88faf3c952aa1de4a12a42111c3742c
Author: Efraim Flashner <address@hidden>
Date:   Mon Oct 14 20:43:49 2019 +0300

    gnu: vim-fugitive: Update to 3.1.
    
    * gnu/packages/vim.scm (vim-fugitive): Update to 3.1.
---
 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 b1f47bd..9515b17 100644
--- a/gnu/packages/vim.scm
+++ b/gnu/packages/vim.scm
@@ -483,7 +483,7 @@ trouble using them, because you do not have to remember 
each snippet name.")
 (define-public vim-fugitive
   (package
     (name "vim-fugitive")
-    (version "3.0")
+    (version "3.1")
     (source
       (origin
         (method git-fetch)
@@ -493,7 +493,7 @@ trouble using them, because you do not have to remember 
each snippet name.")
         (file-name (git-file-name name version))
         (sha256
          (base32
-          "0ghh8a9xysc3njqql1khhl2dkhymz93snpwqp2apm7pka6l893bc"))))
+          "0d9jhmidmy5c60iy9x47gqr675n5wp9wrzln83r8ima1fz7vvbgs"))))
     (build-system gnu-build-system)
     (arguments
      '(#:tests? #f



reply via email to

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