gnu: python-beautifulsoup4: Update to 4.5.0.

* gnu/packages/python.scm (python-beautifulsoup4, python2-beautifulsoup4):
Update to 4.5.0.
This commit is contained in:
Leo Famulari 2016-07-28 15:44:23 -04:00
parent adca268e97
commit cfbb3b0d00
No known key found for this signature in database
GPG Key ID: 2646FA30BACA7F08
1 changed files with 2 additions and 2 deletions

View File

@ -4627,14 +4627,14 @@ libxml2 and libxslt.")
(define-public python-beautifulsoup4 (define-public python-beautifulsoup4
(package (package
(name "python-beautifulsoup4") (name "python-beautifulsoup4")
(version "4.4.1") (version "4.5.0")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (pypi-uri "beautifulsoup4" version)) (uri (pypi-uri "beautifulsoup4" version))
(sha256 (sha256
(base32 (base32
"1d36lc4pfkvl74fmzdib2nqnvknm0jddgf2n9yd7im150qyh3m47")))) "1rf94360s8pmn37vxqjl0g74krq2p6nj3wbn6pj94ik6ny44q24f"))))
(build-system python-build-system) (build-system python-build-system)
(home-page (home-page
"http://www.crummy.com/software/BeautifulSoup/bs4/") "http://www.crummy.com/software/BeautifulSoup/bs4/")