mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-13 21:07:35 +00:00
Merge pull request #58771 from r-ryantm/auto-update/python3.7-black
python37Packages.black: 18.9b0 -> 19.3b0
This commit is contained in:
commit
7fe4543108
@ -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 ];
|
||||
|
Loading…
Reference in New Issue
Block a user