black: 21.7b0 -> 21.8b0

This commit is contained in:
Phillip Cloud 2021-09-05 11:42:51 -04:00
parent d4ab63cc2a
commit 469c02a52b
No known key found for this signature in database
GPG Key ID: D908212070FD785E

View File

@ -10,6 +10,7 @@
, mypy-extensions
, pathspec
, parameterized
, platformdirs
, regex
, tomli
, typed-ast
@ -20,13 +21,13 @@
buildPythonPackage rec {
pname = "black";
version = "21.7b0";
version = "21.8b0";
disabled = pythonOlder "3.6";
src = fetchPypi {
inherit pname version;
sha256 = "06d27adq6v6p8wspi0wwqz2pnq34p5jhnqvijbin54yyj5j3qdy8";
sha256 = "sha256-VwYI0oqjrxeSuYxKM326xjZ4d7R7EriKtCCVz8GmJ8I=";
};
nativeBuildInputs = [ setuptools-scm ];
@ -65,6 +66,7 @@ buildPythonPackage rec {
colorama
mypy-extensions
pathspec
platformdirs
regex
tomli
typed-ast # required for tests and python2 extra