mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-16 16:08:04 -05:00
gnu: python-pympler: Update to 0.8.
* gnu/packages/python-xyz.scm (python-pympler): Update to 0.8.
This commit is contained in:
parent
8fe54fa806
commit
6469af6f89
1 changed files with 2 additions and 2 deletions
|
@ -2244,13 +2244,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.7")
|
(version "0.8")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "Pympler" version))
|
(uri (pypi-uri "Pympler" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0ki7bqp1h9l1xc2k1h4vjyzsgs20i8ingvcdhszyi72s28wyf4bs"))))
|
"08mrpnb6cv2nvfncvr8a9a8bpwhnasa924anapnjvnaw5jcd4k7p"))))
|
||||||
(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 a new issue