me
/
guix
Archived
1
0
Fork 0

gnu: python-beautifulsoup4: Update to 4.9.1.

* gnu/packages/python-xyz.scm (python-beautifulsoup4): Update to 4.9.1.
Efraim Flashner 2020-06-30 09:49:28 +03:00
parent a9ff5b72a6
commit 8154ba9a59
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 2 additions and 2 deletions

View File

@ -6965,14 +6965,14 @@ the GObject Introspection bindings to libnotify for non-GTK applications.")
(define-public python-beautifulsoup4
(package
(name "python-beautifulsoup4")
(version "4.7.1")
(version "4.9.1")
(source
(origin
(method url-fetch)
(uri (pypi-uri "beautifulsoup4" version))
(sha256
(base32
"0j2kycz2dxgx68xzjm7rxg5xn6v61gq5ifvxyg99slmqkybnal4l"))))
"1mvzlw3pzbhsvl3z8784s5h7iiflm2hggiy1fxyrrxwnbc8lvk3k"))))
(build-system python-build-system)
(arguments
`(#:phases