python3Packages.mccabe: 0.6.1 -> 0.7.0

This commit is contained in:
Martin Weinelt
2022-04-15 01:39:37 +02:00
parent 1b2e02eb51
commit 422d3bba01
@@ -2,11 +2,11 @@
buildPythonPackage rec {
pname = "mccabe";
version = "0.6.1";
version = "0.7.0";
src = fetchPypi {
inherit pname version;
sha256 = "07w3p1qm44hgxf3vvwz84kswpsx6s7kvaibzrsx5dzm0hli1i3fx";
sha256 = "sha256-NI4CQMM7YLvfTlIxku+RnyjLLD19XHeU90AJKQ8jYyU=";
};
buildInputs = [ pytest pytest-runner ];