me
/
guix
Archived
1
0
Fork 0

gnu: python-beautifulsoup4: Update to 4.9.3.

* gnu/packages/python-xyz.scm (python-beautifulsoup4): Update to 4.9.3.
master
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
1 changed files with 2 additions and 2 deletions

View File

@ -7794,14 +7794,14 @@ the GObject Introspection bindings to libnotify for non-GTK applications.")
(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