gnu: python-beautifulsoup4: Update to 4.5.3.

* gnu/packages/python.scm (python-beautifulsoup4): Update to 4.5.3.
This commit is contained in:
Tobias Geerinckx-Rice 2017-03-22 20:51:04 +01:00
parent 7c4279322e
commit 80e8d8517a
No known key found for this signature in database
GPG Key ID: 91CCDB9B48541B99
1 changed files with 2 additions and 2 deletions

View File

@ -5675,14 +5675,14 @@ libxml2 and libxslt.")
(define-public python-beautifulsoup4
(package
(name "python-beautifulsoup4")
(version "4.5.1")
(version "4.5.3")
(source
(origin
(method url-fetch)
(uri (pypi-uri "beautifulsoup4" version))
(sha256
(base32
"1qgmhw65ncsgccjhslgkkszif47q6gvxwqv4mim17agxd81p951w"))))
"0glaw1vyxnbp03fni7h5496n6iib0n5iim4gax1n0ngscs9s075j"))))
(build-system python-build-system)
(arguments
`(#:phases