gnu: python-pympler: Update to 0.6.
* gnu/packages/python-xyz.scm (python-pympler): Update to 0.6.
This commit is contained in:
parent
b87fc008aa
commit
ce1706b1bd
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue