gnu: Update python-lxml to 3.8.0.
* gnu/packages/python.scm (python-lxml): Update to 3.8.0.
This commit is contained in:
		
							parent
							
								
									21a656f590
								
							
						
					
					
						commit
						2054b52201
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -6225,14 +6225,14 @@ translate the complete SQLite API into Python.")
 | 
				
			||||||
(define-public python-lxml
 | 
					(define-public python-lxml
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "python-lxml")
 | 
					    (name "python-lxml")
 | 
				
			||||||
    (version "3.6.0")
 | 
					    (version "3.8.0")
 | 
				
			||||||
    (source
 | 
					    (source
 | 
				
			||||||
      (origin
 | 
					      (origin
 | 
				
			||||||
        (method url-fetch)
 | 
					        (method url-fetch)
 | 
				
			||||||
        (uri (pypi-uri "lxml" version))
 | 
					        (uri (pypi-uri "lxml" version))
 | 
				
			||||||
        (sha256
 | 
					        (sha256
 | 
				
			||||||
         (base32
 | 
					         (base32
 | 
				
			||||||
          "1pvbmiy2m7jwv493kilbghhj2pkh8wy1na3ji350vhzhlwlclx4w"))))
 | 
					          "15nvf6n285n282682qyw3wihsncb0x5amdhyi4b83bfa2nz74vvk"))))
 | 
				
			||||||
    (build-system python-build-system)
 | 
					    (build-system python-build-system)
 | 
				
			||||||
    (inputs
 | 
					    (inputs
 | 
				
			||||||
      `(("libxml2" ,libxml2)
 | 
					      `(("libxml2" ,libxml2)
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue