gnu: python-pympler: Update to 0.9.

* gnu/packages/python-xyz.scm (python-pympler): Update to 0.9.
This commit is contained in:
Maxim Cournoyer 2021-01-14 23:14:06 -05:00
parent 270c05fd6c
commit c967e2c431
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -3048,13 +3048,13 @@ (define-public python-pympler
(package (package
(name "python-pympler") (name "python-pympler")
(home-page "https://pythonhosted.org/Pympler/") (home-page "https://pythonhosted.org/Pympler/")
(version "0.8") (version "0.9")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (pypi-uri "Pympler" version)) (uri (pypi-uri "Pympler" version))
(sha256 (sha256
(base32 (base32
"08mrpnb6cv2nvfncvr8a9a8bpwhnasa924anapnjvnaw5jcd4k7p")))) "0ivfw2k86nbw9ck9swidl4422w7bhjldxwj90a4sy5r1cbgygjzj"))))
(build-system python-build-system) (build-system python-build-system)
(arguments (arguments
`(#:phases (modify-phases %standard-phases `(#:phases (modify-phases %standard-phases