gnu: python-language-server: Update to 0.31.2.
* gnu/packages/python-xyz.scm (python-language-server): Update to 0.31.2.
This commit is contained in:
		
							parent
							
								
									d6cf4c6e77
								
							
						
					
					
						commit
						c66bfcedb5
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -3054,14 +3054,14 @@ Server (PLS).")
 | 
				
			||||||
(define-public python-language-server
 | 
					(define-public python-language-server
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "python-language-server")
 | 
					    (name "python-language-server")
 | 
				
			||||||
    (version "0.29.1")
 | 
					    (version "0.31.2")
 | 
				
			||||||
    (source
 | 
					    (source
 | 
				
			||||||
     (origin
 | 
					     (origin
 | 
				
			||||||
       (method url-fetch)
 | 
					       (method url-fetch)
 | 
				
			||||||
       (uri (pypi-uri "python-language-server" version))
 | 
					       (uri (pypi-uri "python-language-server" version))
 | 
				
			||||||
       (sha256
 | 
					       (sha256
 | 
				
			||||||
        (base32
 | 
					        (base32
 | 
				
			||||||
         "1f8qlflh6j3s7qfmzhirpl8fgidl6f0qbakdmiml96wdxzvka0s3"))))
 | 
					         "1iq69wc1fyhirfyq25ih41wq9yvr7bchiw0i116adpdgcq6m9idq"))))
 | 
				
			||||||
    (build-system python-build-system)
 | 
					    (build-system python-build-system)
 | 
				
			||||||
    (propagated-inputs
 | 
					    (propagated-inputs
 | 
				
			||||||
     `(("python-pluggy" ,python-pluggy)
 | 
					     `(("python-pluggy" ,python-pluggy)
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue