Merge pull request #54079 from r-ryantm/auto-update/python3.7-OWSLib

python37Packages.owslib: 0.17.0 -> 0.17.1
This commit is contained in:
Silvan Mosberger
2019-01-26 23:20:56 +01:00
committed by GitHub

View File

@@ -1,11 +1,11 @@
{ lib, buildPythonPackage, fetchPypi, dateutil, requests, pytz, pyproj , pytest } :
buildPythonPackage rec {
pname = "OWSLib";
version = "0.17.0";
version = "0.17.1";
src = fetchPypi {
inherit pname version;
sha256 = "1px2nmbpbpp556kjq0ym0a7j24nbvs4w829727b2gr4a4ff86hxc";
sha256 = "19dm6dxj9hsiq0bnb4d6ms3sh2hcss9d9fhpjgkwxzrw9mlzvrxj";
};
buildInputs = [ pytest ];