python3Packages.OWSLib: 0.21.0 -> 0.23.0
This commit is contained in:
parent
801f895190
commit
0c52670268
@ -1,11 +1,11 @@
|
||||
{ lib, buildPythonPackage, fetchPypi, dateutil, requests, pytz, pyproj , pytest, pyyaml } :
|
||||
buildPythonPackage rec {
|
||||
pname = "OWSLib";
|
||||
version = "0.21.0";
|
||||
version = "0.23.0";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "408d40b3a6a210bcb3f3609b607960eeedaa63ffd574dde7896906691c354814";
|
||||
sha256 = "0a03a9978673f377df45107024e2aae006f85afe7ef7bf4640ef663167a4386f";
|
||||
};
|
||||
|
||||
buildInputs = [ pytest ];
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user