guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: vim-fugitive: Update to 3.2.


From: guix-commits
Subject: 01/02: gnu: vim-fugitive: Update to 3.2.
Date: Sun, 26 Jan 2020 07:57:20 -0500 (EST)

efraim pushed a commit to branch master
in repository guix.

commit 504b9ba7f953397512e24933c9b46d4fe6e300c0
Author: Efraim Flashner <address@hidden>
AuthorDate: Sun Jan 26 12:18:26 2020 +0200

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

diff --git a/gnu/packages/vim.scm b/gnu/packages/vim.scm
index 9331959..b5952e3 100644
--- a/gnu/packages/vim.scm
+++ b/gnu/packages/vim.scm
@@ -1,6 +1,6 @@
 ;;; GNU Guix --- Functional package management for GNU
 ;;; Copyright © 2013 Cyril Roelandt <address@hidden>
-;;; Copyright © 2016, 2017, 2018, 2019 Efraim Flashner <address@hidden>
+;;; Copyright © 2016, 2017, 2018, 2019, 2020 Efraim Flashner <address@hidden>
 ;;; Copyright © 2016, 2017 ng0 <address@hidden>
 ;;; Copyright © 2017 Ricardo Wurmus <address@hidden>
 ;;; Copyright © 2017 Marius Bakke <address@hidden>
@@ -501,7 +501,7 @@ trouble using them, because you do not have to remember 
each snippet name.")
 (define-public vim-fugitive
   (package
     (name "vim-fugitive")
-    (version "3.1")
+    (version "3.2")
     (source
       (origin
         (method git-fetch)
@@ -511,7 +511,7 @@ trouble using them, because you do not have to remember 
each snippet name.")
         (file-name (git-file-name name version))
         (sha256
          (base32
-          "0d9jhmidmy5c60iy9x47gqr675n5wp9wrzln83r8ima1fz7vvbgs"))))
+          "1jbn5jxadccmcz01j94d0i1bp74cixr0fpxxf1h0aqdf1ljk3d7n"))))
     (build-system gnu-build-system)
     (arguments
      '(#:tests? #f



reply via email to

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