Merge pull request #206144 from SuperSandro2000/black

black: 22.10.0 -> 22.12.0
This commit is contained in:
Sandro 2022-12-15 22:41:34 +01:00 committed by GitHub
commit fe4636284b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -23,14 +23,14 @@
buildPythonPackage rec {
pname = "black";
version = "22.10.0";
version = "22.12.0";
format = "pyproject";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-9RNYjaWZlD4M3k4yzJh56CXVhyDWVXBi0QmMWtgAgOE=";
hash = "sha256-IpNR5aGMow9Ee/ck0Af4kPl+E68HC7atTApEHNdZai8=";
};
nativeBuildInputs = [