guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: vim-asyncrun: Update to 2.7.5.


From: guix-commits
Subject: 01/02: gnu: vim-asyncrun: Update to 2.7.5.
Date: Sat, 18 Apr 2020 15:24:21 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit 0144f8def8d91a6e0fb2bb83e46bd03569276da4
Author: Efraim Flashner <address@hidden>
AuthorDate: Sat Apr 18 21:49:59 2020 +0300

    gnu: vim-asyncrun: Update to 2.7.5.
    
    * gnu/packages/vim.scm (vim-asyncrun): Update to 2.7.5.
---
 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 1d70de2..ff7da79 100644
--- a/gnu/packages/vim.scm
+++ b/gnu/packages/vim.scm
@@ -851,7 +851,7 @@ through its msgpack-rpc API.")
 (define-public vim-asyncrun
   (package
     (name "vim-asyncrun")
-    (version "2.7.1")
+    (version "2.7.5")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -860,7 +860,7 @@ through its msgpack-rpc API.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "0f7slvz28772qsbrb8xfwrkprfm90wc9i36xhn797lacxcxgwqpw"))))
+                "02fiqf4rcrxbcgvj02mpd78wkxsrnbi54aciwh9fv5mnz5ka249m"))))
     (build-system copy-build-system)
     (arguments
      '(#:install-plan



reply via email to

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