guix-commits
[Top][All Lists]
Advanced

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

03/05: gnu: vim-asyncrun: Update to 2.7.1.


From: guix-commits
Subject: 03/05: gnu: vim-asyncrun: Update to 2.7.1.
Date: Wed, 1 Apr 2020 03:23:47 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit 5619741752ea940f6beffd45fc2307cf5a08dffc
Author: Efraim Flashner <address@hidden>
AuthorDate: Wed Apr 1 10:19:33 2020 +0300

    gnu: vim-asyncrun: Update to 2.7.1.
    
    * gnu/packages/vim.scm (vim-asyncrun): Update to 2.7.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 75e8f0b..1d70de2 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.6.5")
+    (version "2.7.1")
     (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
-                "1n0yzv8psskhx8h4g7dz64h2llm9mnljhvl4hrnsjx6znkni8vwp"))))
+                "0f7slvz28772qsbrb8xfwrkprfm90wc9i36xhn797lacxcxgwqpw"))))
     (build-system copy-build-system)
     (arguments
      '(#:install-plan



reply via email to

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