Merge pull request #74587 from r-ryantm/auto-update/python3.8-OWSLib

python38Packages.owslib: 0.18.0 -> 0.19.0
This commit is contained in:
Lancelot SIX 2019-12-01 18:25:37 +01:00 committed by GitHub
commit 3263500057
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 } :
buildPythonPackage rec {
pname = "OWSLib";
version = "0.18.0";
version = "0.19.0";
src = fetchPypi {
inherit pname version;
sha256 = "018p2ypmpbbcgl0hp92s0vig1wirh41lj0wy62aafn5050pmqr7m";
sha256 = "0rdhymayyc6w1izlv1bf2wgx2dfxbp4k1vll5s1364isw60rjj8x";
};
buildInputs = [ pytest ];