gnu: python-lxml: Update to 4.6.5.
* gnu/packages/xml.scm (python-lxml): Update to 4.6.5.
This commit is contained in:
		
							parent
							
								
									d8537c68d0
								
							
						
					
					
						commit
						2365e8435a
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		|  | @ -2500,13 +2500,13 @@ because lxml.etree already has its own implementation of XPath 1.0.") | ||||||
| (define-public python-lxml | (define-public python-lxml | ||||||
|   (package |   (package | ||||||
|     (name "python-lxml") |     (name "python-lxml") | ||||||
|     (version "4.6.3") |     (version "4.6.5") | ||||||
|     (source |     (source | ||||||
|      (origin |      (origin | ||||||
|        (method url-fetch) |        (method url-fetch) | ||||||
|        (uri (pypi-uri "lxml" version)) |        (uri (pypi-uri "lxml" version)) | ||||||
|        (sha256 |        (sha256 | ||||||
|         (base32 "0s14r1w2x9sdlcsw8mxiqgw4rz5zs5lpqpxrfyn4a1mkndqqbdrr")) |         (base32 "1jn4gbd1qxrbdli6x0bihi5rkm1h4qmfxqny9pa90bx8qgnfv13f")) | ||||||
|        ;; Adapt a test to libxml2 2.9.12, taken from this commit: |        ;; Adapt a test to libxml2 2.9.12, taken from this commit: | ||||||
|        ;; https://github.com/lxml/lxml/commit/852ed1092bd80b6b9a51db24371047e |        ;; https://github.com/lxml/lxml/commit/852ed1092bd80b6b9a51db24371047e | ||||||
|        (modules '((guix build utils))) |        (modules '((guix build utils))) | ||||||
|  |  | ||||||
		Reference in a new issue