3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: python-mccabe: Update to 0.6.1.

* gnu/packages/python.scm (python-mccabe): Update to 0.6.1.
This commit is contained in:
Marius Bakke 2017-07-31 01:15:35 +02:00
parent 0098b95064
commit 31612e1cee
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -7000,14 +7000,14 @@ PEP 8.")
(define-public python-mccabe
(package
(name "python-mccabe")
(version "0.4.0")
(version "0.6.1")
(source
(origin
(method url-fetch)
(uri (pypi-uri "mccabe" version))
(sha256
(base32
"0yr08a36h8lqlif10l4xcikbbig7q8f41gqywir7rrvnv3mi4aws"))))
"07w3p1qm44hgxf3vvwz84kswpsx6s7kvaibzrsx5dzm0hli1i3fx"))))
(build-system python-build-system)
(native-inputs
`(("python-pytest" ,python-pytest-bootstrap)