black: 22.10.0 -> 22.12.0

Changelog: https://github.com/psf/black/blob/22.12.0/CHANGES.md
This commit is contained in:
Sandro Jäckel 2022-12-14 23:42:00 +01:00
parent 39844d15de
commit 1f40b119d8
No known key found for this signature in database
GPG key ID: 3AF5A43A3EECC2E5

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 = [