me
/
guix
Archived
1
0
Fork 0

gnu: python-radon: Update to 4.1.0.

* gnu/packages/python-xyz.scm (python-radon): Update to 4.1.0.
master
Maxim Cournoyer 2020-03-02 13:45:25 -05:00
parent bd13705540
commit f675ab4faf
No known key found for this signature in database
GPG Key ID: 1260E46482E63562
1 changed files with 2 additions and 2 deletions

View File

@ -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