gnu: python-pympler: Update to 0.6.

* gnu/packages/python-xyz.scm (python-pympler): Update to 0.6.
This commit is contained in:
Marius Bakke 2019-03-04 19:38:58 +01:00
parent b87fc008aa
commit ce1706b1bd
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 2 additions and 2 deletions

View File

@ -1980,13 +1980,13 @@ JavaScript-like message boxes. Types of dialog boxes include:
(package (package
(name "python-pympler") (name "python-pympler")
(home-page "https://pythonhosted.org/Pympler/") (home-page "https://pythonhosted.org/Pympler/")
(version "0.5") (version "0.6")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (pypi-uri "Pympler" version)) (uri (pypi-uri "Pympler" version))
(sha256 (sha256
(base32 (base32
"03qwsbilqgvnbl3a1jmpgixbr2kq6m3fvdlzyr3wdp01bwlc85kx")))) "19qkpaw5icwhb4c0f6ijqfmhwhj34k2k6s4m4fsvhrxc9p5cwqn2"))))
(build-system python-build-system) (build-system python-build-system)
(arguments (arguments
`(#:phases (modify-phases %standard-phases `(#:phases (modify-phases %standard-phases