Merge pull request #135737 from r-ryantm/auto-update/python3.8-cfgv

This commit is contained in:
Sandro 2021-08-26 12:07:51 +02:00 committed by GitHub
commit c8fd795412
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,12 +2,12 @@
buildPythonPackage rec {
pname = "cfgv";
version = "3.3.0";
version = "3.3.1";
disabled = isPy27;
src = fetchPypi {
inherit pname version;
sha256 = "9e600479b3b99e8af981ecdfc80a0296104ee610cab48a5ae4ffd0b668650eb1";
sha256 = "f5a830efb9ce7a445376bb66ec94c638a9787422f96264c98edc6bdeed8ab736";
};
propagatedBuildInputs = [ six ];