python310Packages.black: 22.6.0 -> 22.8.0

This commit is contained in:
Sandro Jäckel 2022-09-02 12:30:12 +02:00
parent 9f867325b5
commit a6899dd918
No known key found for this signature in database
GPG Key ID: B1763F8651144063

View File

@ -22,13 +22,13 @@
buildPythonPackage rec {
pname = "black";
version = "22.6.0";
version = "22.8.0";
disabled = pythonOlder "3.6";
src = fetchPypi {
inherit pname version;
hash = "sha256-bG054ortN5rsQNocZUNMd9deZbtZoeHCg95UX7Tnxsk=";
hash = "sha256-eS9+tUC6mhfoZWU4cB0+sa/LE047RbcfILJcd6jbfm4=";
};
nativeBuildInputs = [ setuptools-scm ];