me
/
guix
Archived
1
0
Fork 0

gnu: python-mechanize: Update to 0.4.7.

This is not the latest version, but 0.4.8 fails its tests.

* gnu/packages/python-xyz.scm (python-mechanize): Update to 0.4.7.
master
Andreas Enge 2023-02-22 14:31:14 +01:00
parent ca0f9d8c1c
commit cf5db214a1
No known key found for this signature in database
GPG Key ID: F7D5C9BF765C61E3
1 changed files with 2 additions and 2 deletions

View File

@ -2997,14 +2997,14 @@ lossless but can be tweaked for more aggressive cleaning.")
(define-public python-mechanize
(package
(name "python-mechanize")
(version "0.4.5")
(version "0.4.7")
(source
(origin
(method url-fetch)
(uri (pypi-uri "mechanize" version))
(sha256
(base32
"1z9kqcwb8gfq2l6i42z624kxpd8692a0c8gw2x5bbm7n848w2mb3"))))
"02b845y85ka5sl2cj93lll3v326d8bww07bq1q0y1643h7sshwqp"))))
(build-system python-build-system)
(propagated-inputs
(list python-html5lib))