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.8.6.


From: guix-commits
Subject: 01/02: gnu: vim-asyncrun: Update to 2.8.6.
Date: Thu, 29 Apr 2021 16:28:18 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit 59dbf6e19014ce36fc01238ee9efafe7abac86f3
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Thu Apr 29 23:19:48 2021 +0300

    gnu: vim-asyncrun: Update to 2.8.6.
    
    * gnu/packages/vim.scm (vim-asyncrun): Update to 2.8.6.
---
 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 231fae9..6662951 100644
--- a/gnu/packages/vim.scm
+++ b/gnu/packages/vim.scm
@@ -842,7 +842,7 @@ through its msgpack-rpc API.")
 (define-public vim-asyncrun
   (package
     (name "vim-asyncrun")
-    (version "2.8.5")
+    (version "2.8.6")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -851,7 +851,7 @@ through its msgpack-rpc API.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "0mxsmjv497h6w8dxw0zvqginlx0yvrvrx4z3jhq2x3y2dfvpcm41"))))
+                "11zcw0sll6qg6ha0rr6n1cw5v73azvf7ycwn9lgiwa5cj7rrqjf4"))))
     (build-system copy-build-system)
     (arguments
      '(#:install-plan



reply via email to

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