python3Packages.black: 21.9b0 -> 21.10b0 (#144213)

Co-authored-by: Phillip Cloud <417981+cpcloud@users.noreply.github.com>
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
This commit is contained in:
Mika 2021-11-02 13:28:56 +01:00 committed by GitHub
parent 2fea17d9d2
commit a4cc462912
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -20,13 +20,13 @@
buildPythonPackage rec {
pname = "black";
version = "21.9b0";
version = "21.10b0";
disabled = pythonOlder "3.6";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-feTPx+trcQ3jJXEtQBJWiRAdIdJSg+7X6ZmHIs8Q65E=";
sha256 = "sha256-qZUiKQkuMl/l89rlbYH2ObI/cTHrhAeBlH5LKIYDDzM=";
};
nativeBuildInputs = [ setuptools-scm ];