gnu: python-lxml: Update to 3.5.0.
* gnu/packages/python.scm (python-lxml, python2-lxml): Update to 3.5.0. [source]: Use pypi-uri.
This commit is contained in:
		
							parent
							
								
									85a94d296e
								
							
						
					
					
						commit
						97bbc48023
					
				
					 1 changed files with 3 additions and 6 deletions
				
			
		| 
						 | 
					@ -4474,17 +4474,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.4.2")
 | 
					    (version "3.5.0")
 | 
				
			||||||
    (source
 | 
					    (source
 | 
				
			||||||
      (origin
 | 
					      (origin
 | 
				
			||||||
        (method url-fetch)
 | 
					        (method url-fetch)
 | 
				
			||||||
        (uri (string-append
 | 
					        (uri (pypi-uri "lxml" version))
 | 
				
			||||||
              "https://pypi.python.org/packages/source/l/lxml/lxml-"
 | 
					 | 
				
			||||||
              version
 | 
					 | 
				
			||||||
              ".tar.gz"))
 | 
					 | 
				
			||||||
        (sha256
 | 
					        (sha256
 | 
				
			||||||
          (base32
 | 
					          (base32
 | 
				
			||||||
            "0pd23qz8vms1mgm41p96h4vac5y91igs4wr9640gnvxgk019kmf7"))))
 | 
					            "0y7m2s8ci6q642zl85y5axkj8z827l0vhjl532acb75hlkir77rl"))))
 | 
				
			||||||
    (build-system python-build-system)
 | 
					    (build-system python-build-system)
 | 
				
			||||||
    (inputs
 | 
					    (inputs
 | 
				
			||||||
      `(("libxml2" ,libxml2)
 | 
					      `(("libxml2" ,libxml2)
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue