python.pkgs.tilestache: fix build

This commit is contained in:
Robert Schütz 2019-03-21 12:36:11 +01:00
parent 8519983a31
commit 48d1219a92

View File

@ -16,7 +16,8 @@ buildPythonPackage rec {
disabled = !isPy27; disabled = !isPy27;
src = fetchPypi { src = fetchPypi {
inherit pname version; pname = "TileStache";
inherit version;
sha256 = "11e15dd85501345bcfeb18dce5b1c8fb74ac8d867df2520afe0eefe1edd85f27"; sha256 = "11e15dd85501345bcfeb18dce5b1c8fb74ac8d867df2520afe0eefe1edd85f27";
}; };