Skip to content

Commit

Permalink
Merge pull request #254530 from ehllie/black
Browse files Browse the repository at this point in the history
black: 23.3.0 -> 23.9.1
  • Loading branch information
natsukium committed Sep 13, 2023
2 parents edea16f + 576def8 commit e060e58
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions pkgs/development/python-modules/black/default.nix
Expand Up @@ -26,14 +26,14 @@

buildPythonPackage rec {
pname = "black";
version = "23.3.0";
version = "23.9.1";
format = "pyproject";

disabled = pythonOlder "3.7";
disabled = pythonOlder "3.8";

src = fetchPypi {
inherit pname version;
hash = "sha256-HHuNYG5yikHqHMvXJkZ35JTofPYw45kmLO2S1KjayUA=";
hash = "sha256-JLaz/1xtnqCKiIj2l36uhY4fNA1yYM9W1wpJgjI2ti0=";
};

nativeBuildInputs = [
Expand All @@ -50,7 +50,6 @@ buildPythonPackage rec {
platformdirs
] ++ lib.optionals (pythonOlder "3.11") [
tomli
] ++ lib.optionals (pythonOlder "3.10") [
typing-extensions
];

Expand Down

0 comments on commit e060e58

Please sign in to comment.