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:
commit
3263500057
@ -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.18.0";
|
version = "0.19.0";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "018p2ypmpbbcgl0hp92s0vig1wirh41lj0wy62aafn5050pmqr7m";
|
sha256 = "0rdhymayyc6w1izlv1bf2wgx2dfxbp4k1vll5s1364isw60rjj8x";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ pytest ];
|
buildInputs = [ pytest ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user