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

python37Packages.owslib: 0.17.1 -> 0.18.0
This commit is contained in:
Mario Rodas 2019-07-14 21:25:45 -05:00 committed by GitHub
commit 0ba75fbd9e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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