python311Packages.black: 24.2.0 -> 24.3.0

This commit is contained in:
R. Ryantm 2024-03-29 10:30:51 +00:00
parent 8cb260087a
commit e1892f2e15
1 changed files with 2 additions and 2 deletions

View File

@ -24,14 +24,14 @@
buildPythonPackage rec {
pname = "black";
version = "24.2.0";
version = "24.3.0";
format = "pyproject";
disabled = pythonOlder "3.8";
src = fetchPypi {
inherit pname version;
hash = "sha256-vOTyXCfDQ15NrOSBW8sgCLh+Fn479O5HzNxc6QbrSJQ=";
hash = "sha256-oMnEoHca/GkZV4zscc6Co+MeBUkE5xl96svJOCZxxB8=";
};
nativeBuildInputs = [