[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: python-language-server: Update to 0.31.7.
From: |
guix-commits |
Subject: |
branch master updated: gnu: python-language-server: Update to 0.31.7. |
Date: |
Mon, 03 Feb 2020 16:25:03 -0500 |
This is an automated email from the git hooks/post-receive script.
brettgilio pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new a42f142 gnu: python-language-server: Update to 0.31.7.
a42f142 is described below
commit a42f14204a916e27fdcf87773ecd3779d2e5c9e9
Author: Brett Gilio <address@hidden>
AuthorDate: Mon Feb 3 15:24:51 2020 -0600
gnu: python-language-server: Update to 0.31.7.
* gnu/packages/python-xyz.scm (python-language-server): Update to 0.31.7.
---
gnu/packages/python-xyz.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 31aeffa..2fb121d 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -3079,14 +3079,14 @@ Server (PLS).")
(define-public python-language-server
(package
(name "python-language-server")
- (version "0.31.6")
+ (version "0.31.7")
(source
(origin
(method url-fetch)
(uri (pypi-uri "python-language-server" version))
(sha256
(base32
- "0cqrffd5272p2hifa35rf1h1g6dss741jmjkwa43jninifmbz0df"))))
+ "0f8rljff4h2ay9m2n9ang7axai37nzd39zd7m6c90rci5wh8cmxh"))))
(build-system python-build-system)
(propagated-inputs
`(("python-pluggy" ,python-pluggy)
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: python-language-server: Update to 0.31.7.,
guix-commits <=