python39Packages.doc8: fix version number

This commit is contained in:
Sandro Jäckel 2022-02-08 18:44:05 +01:00 committed by Jonathan Ringer
parent fc7550d33c
commit 2a285d4d68

View file

@ -8,6 +8,7 @@
, pytestCheckHook
, pythonOlder
, restructuredtext_lint
, setuptools-scm
, stevedore
}:
@ -23,6 +24,10 @@ buildPythonPackage rec {
sha256 = "376e50f4e70a1ae935416ddfcf93db35dd5d4cc0e557f2ec72f0667d0ace4548";
};
nativeBuildInputs = [
setuptools-scm
];
buildInputs = [
pbr
];