Merge pull request #58771 from r-ryantm/auto-update/python3.7-black

python37Packages.black: 18.9b0 -> 19.3b0
This commit is contained in:
markuskowa 2019-04-03 11:30:04 +02:00 committed by GitHub
commit 7fe4543108
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,13 +4,13 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "black"; pname = "black";
version = "18.9b0"; version = "19.3b0";
disabled = pythonOlder "3.6"; disabled = pythonOlder "3.6";
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
sha256 = "1992ramdwv8sg4mbl5ajirwj5i4a48zjgsycib0fnbaliyiajc70"; sha256 = "073kd5rs02lisp6n3h7yai9lix520xnaa6c7rdmp2sci9pyhz5b8";
}; };
checkInputs = [ pytest glibcLocales ]; checkInputs = [ pytest glibcLocales ];