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
(name "python-pympler")
(home-page "https://pythonhosted.org/Pympler/")
(version "0.8")
(version "0.9")
(source (origin
(method url-fetch)
(uri (pypi-uri "Pympler" version))
(sha256
(base32
"08mrpnb6cv2nvfncvr8a9a8bpwhnasa924anapnjvnaw5jcd4k7p"))))
"0ivfw2k86nbw9ck9swidl4422w7bhjldxwj90a4sy5r1cbgygjzj"))))
(build-system python-build-system)
(arguments
`(#:phases (modify-phases %standard-phases