python37Packages.black: 18.9b0 -> 19.3b0

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-black/versions
This commit is contained in:
R. RyanTM 2019-04-02 03:46:17 -07:00
parent 18aa59b0f2
commit fe29bd92e4

View File

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