me
/
guix
Archived
1
0
Fork 0

gnu: python-mccabe: Update to 0.6.1.

* gnu/packages/python.scm (python-mccabe): Update to 0.6.1.
master
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
1 changed files with 2 additions and 2 deletions

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)