gnu: python-radon: Update to 4.1.0.
* gnu/packages/python-xyz.scm (python-radon): Update to 4.1.0.master
parent
bd13705540
commit
f675ab4faf
|
@ -13204,14 +13204,14 @@ for more filetypes can be easily added by creating plugins for them.")
|
||||||
(define-public python-radon
|
(define-public python-radon
|
||||||
(package
|
(package
|
||||||
(name "python-radon")
|
(name "python-radon")
|
||||||
(version "2.2.0")
|
(version "4.1.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "radon" version))
|
(uri (pypi-uri "radon" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"07gq5hq4nrffxnlnksws9hrx7fd001gam63j62i82gyfr23gvdym"))))
|
"0vfxxzbnz5lxfvp0yxp35g6c8qqnnbhi4dm7shkm1d3d4192q22n"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:phases (modify-phases %standard-phases
|
`(#:phases (modify-phases %standard-phases
|
||||||
|
|
Reference in New Issue