python27Packages.tilestache: 1.51.13 -> 1.51.14

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python2.7-tilestache/versions
This commit is contained in:
R. RyanTM 2019-09-28 16:44:56 -07:00 committed by Frederik Rietdijk
parent 16452f1823
commit e8e68cff3c

View File

@ -12,13 +12,13 @@
buildPythonPackage rec {
pname = "tilestache";
version = "1.51.13";
version = "1.51.14";
disabled = !isPy27;
src = fetchPypi {
pname = "TileStache";
inherit version;
sha256 = "11e15dd85501345bcfeb18dce5b1c8fb74ac8d867df2520afe0eefe1edd85f27";
sha256 = "1qjrabl6qr7i6yj6v647ck92abcyklb0vmb6h6kj7x8v2cj5xbvk";
};
propagatedBuildInputs = [ modestmaps pillow pycairo python-mapnik simplejson werkzeug ];