Merge pull request #195195 from fabaff/add-trailing-comma-bump

python310Packages.add-trailing-comma: 2.2.3 -> 2.3.0
This commit is contained in:
Fabian Affolter 2022-10-29 18:24:48 +02:00 committed by GitHub
commit b8b9e1d64c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,7 +8,7 @@
buildPythonPackage rec {
pname = "add-trailing-comma";
version = "2.2.3";
version = "2.3.0";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -17,7 +17,7 @@ buildPythonPackage rec {
owner = "asottile";
repo = pname;
rev = "v${version}";
sha256 = "sha256-hJVVRhaElroZ1GVlbGK49gzts2tozLqp9xfoaPdbb3I=";
sha256 = "sha256-NEXPIkPeH6ZAm1uzqc8iRWnlLbhKmvGQGGraLu989sw=";
};
propagatedBuildInputs = [