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

  • Done
  • quality assurance status badge
Details
2 participants
  • Mathieu Othacehe
  • Tanguy Le Carrour
Owner
unassigned
Submitted by
Tanguy Le Carrour
Severity
normal
T
T
Tanguy Le Carrour wrote on 3 Jul 2020 12:21
(address . guix-patches@gnu.org)(name . Tanguy Le Carrour)(address . tanguy@bioneland.org)
20200703102156.25362-1-tanguy@bioneland.org
* gnu/packages/vim.scm (python-pynvim): Update to 0.4.1.
---
gnu/packages/vim.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (22 lines)
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
M
M
Mathieu Othacehe wrote on 5 Jul 2020 11:49
(name . Tanguy Le Carrour)(address . tanguy@bioneland.org)(address . 42176-done@debbugs.gnu.org)
87wo3ii94p.fsf@gnu.org
Hey Tanguy,

Pushed, thanks!

Mathieu
Closed
?