GNU bug report logs - #42176
[PATCH] gnu: python-pynvim: Update to 0.4.1.

Previous Next

Package: guix-patches;

Reported by: Tanguy Le Carrour <tanguy <at> bioneland.org>

Date: Fri, 3 Jul 2020 10:23:02 UTC

Severity: normal

Tags: patch

Done: Mathieu Othacehe <othacehe <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Tanguy Le Carrour <tanguy <at> bioneland.org>
Subject: bug#42176: closed (Re: [bug#42176] [PATCH] gnu: python-pynvim:
 Update to 0.4.1.)
Date: Sun, 05 Jul 2020 09:51:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#42176: [PATCH] gnu: python-pynvim: Update to 0.4.1.

which was filed against the guix-patches package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 42176 <at> debbugs.gnu.org.

-- 
42176: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=42176
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Mathieu Othacehe <othacehe <at> gnu.org>
To: Tanguy Le Carrour <tanguy <at> bioneland.org>
Cc: 42176-done <at> debbugs.gnu.org
Subject: Re: [bug#42176] [PATCH] gnu: python-pynvim: Update to 0.4.1.
Date: Sun, 05 Jul 2020 11:49:58 +0200
Hey Tanguy,

Pushed, thanks!

Mathieu

[Message part 3 (message/rfc822, inline)]
From: Tanguy Le Carrour <tanguy <at> bioneland.org>
To: guix-patches <at> gnu.org
Cc: Tanguy Le Carrour <tanguy <at> bioneland.org>
Subject: [PATCH] gnu: python-pynvim: Update to 0.4.1.
Date: Fri,  3 Jul 2020 12:21:56 +0200
* gnu/packages/vim.scm (python-pynvim): Update to 0.4.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 25cf578bb8..44d81bb5f5 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)
-- 
2.27.0




This bug report was last modified 5 years and 41 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.