Merge pull request #145176 from fabaff/bump-pytile

This commit is contained in:
Sandro 2021-11-09 14:14:56 +01:00 committed by GitHub
commit 86c688e46f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -13,8 +13,9 @@
buildPythonPackage rec {
pname = "pytile";
version = "5.2.4";
version = "2021.10.0";
format = "pyproject";
disabled = pythonOlder "3.7";
src = fetchFromGitHub {
@ -45,7 +46,9 @@ buildPythonPackage rec {
"examples/"
];
pythonImportsCheck = [ "pytile" ];
pythonImportsCheck = [
"pytile"
];
__darwinAllowLocalNetworking = true;