Skip to content

Commit 6ff5c36

Browse files
mweinelttm-drtina
authored andcommitted
1 parent 6b53695 commit 6ff5c36

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/development/python-modules/black/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,14 @@
2424

2525
buildPythonPackage rec {
2626
pname = "black";
27-
version = "24.1.1";
27+
version = "24.2.0";
2828
format = "pyproject";
2929

3030
disabled = pythonOlder "3.8";
3131

3232
src = fetchPypi {
3333
inherit pname version;
34-
hash = "sha256-SLV2Dcv+XPl/1PuiOUZoHzqBUUxquKRbUNpnrI+8bHs";
34+
hash = "sha256-vOTyXCfDQ15NrOSBW8sgCLh+Fn479O5HzNxc6QbrSJQ=";
3535
};
3636

3737
nativeBuildInputs = [

0 commit comments

Comments
 (0)