gnu: python-beautifulsoup4: Update to 4.9.3.

* gnu/packages/python-xyz.scm (python-beautifulsoup4): Update to 4.9.3.
This commit is contained in:
Efraim Flashner 2021-03-29 17:03:24 +03:00
parent 9095fccd0e
commit 6960cfe924
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -7794,14 +7794,14 @@ (define-public python2-notify2
(define-public python-beautifulsoup4
(package
(name "python-beautifulsoup4")
(version "4.9.1")
(version "4.9.3")
(source
(origin
(method url-fetch)
(uri (pypi-uri "beautifulsoup4" version))
(sha256
(base32
"1mvzlw3pzbhsvl3z8784s5h7iiflm2hggiy1fxyrrxwnbc8lvk3k"))))
"09gbd49mwz86k572r1231x2rdp82p42zlnw0bz9b9mfi58r9wwl4"))))
(build-system python-build-system)
(arguments
`(#:phases