guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: python-pynvim: Update to 0.4.1.


From: guix-commits
Subject: branch master updated: gnu: python-pynvim: Update to 0.4.1.
Date: Sun, 05 Jul 2020 05:49:30 -0400

This is an automated email from the git hooks/post-receive script.

mothacehe pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 3772d80  gnu: python-pynvim: Update to 0.4.1.
3772d80 is described below

commit 3772d80de71590322f9ec95ea3ae8a02a4eac93f
Author: Tanguy Le Carrour <tanguy@bioneland.org>
AuthorDate: Fri Jul 3 12:21:56 2020 +0200

    gnu: python-pynvim: Update to 0.4.1.
    
    * gnu/packages/vim.scm (python-pynvim): Update to 0.4.1.
    
    Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
---
 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 25cf578..44d81bb 100644
--- a/gnu/packages/vim.scm
+++ b/gnu/packages/vim.scm
@@ -805,13 +805,13 @@ With the package comes a plugin to use vifm as a vim file 
selector.")
 (define-public python-pynvim
   (package
     (name "python-pynvim")
-    (version "0.3.2")
+    (version "0.4.1")
     (source (origin
               (method url-fetch)
               (uri (pypi-uri "pynvim" version))
               (sha256
                (base32
-                "01dybk4vs452pljn1q3il5z2sd313ki0lgiglc0xmjc6wp290r6g"))))
+                "0n2cx22lrmbq7xk7356lyn6k77ryqvkxplw9k0fglk35ckb1isam"))))
     (build-system python-build-system)
     (propagated-inputs
      `(("python-greenlet" ,python-greenlet)



reply via email to

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