[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/02: gnu: python-language-server: Update to 0.34.1.
From: |
guix-commits |
Subject: |
01/02: gnu: python-language-server: Update to 0.34.1. |
Date: |
Sun, 19 Jul 2020 03:56:23 -0400 (EDT) |
brettgilio pushed a commit to branch master
in repository guix.
commit a5e5e51f33172b7d8208e59b90d7b03872c54afd
Author: Brett Gilio <brettg@gnu.org>
AuthorDate: Sun Jul 19 02:54:48 2020 -0500
gnu: python-language-server: Update to 0.34.1.
* gnu/packages/python-xyz.scm (python-language-server): Update to 0.34.1.
---
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 e1e3870..53a7108 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -3840,14 +3840,14 @@ Server (PLS).")
(define-public python-language-server
(package
(name "python-language-server")
- (version "0.32.0")
+ (version "0.34.1")
(source
(origin
(method url-fetch)
(uri (pypi-uri "python-language-server" version))
(sha256
(base32
- "0j5swacmjps9sas1gfwg0xi84rmjhfhz20cwg3k4058d20rs20ip"))))
+ "0gfjjlj7yg2nf8wkbrshwaljkwlqja4n7s1x949f495anmkg8vxr"))))
(build-system python-build-system)
(propagated-inputs
`(("python-pluggy" ,python-pluggy)