python310Packages.aio-geojson-client: 0.16 -> 0.17

This commit is contained in:
R. Ryantm 2022-03-13 18:33:12 +00:00
parent 12769bc7e1
commit 540de8542d

View File

@ -13,7 +13,7 @@
buildPythonPackage rec {
pname = "aio-geojson-client";
version = "0.16";
version = "0.17";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -22,7 +22,7 @@ buildPythonPackage rec {
owner = "exxamalte";
repo = "python-aio-geojson-client";
rev = "v${version}";
hash = "sha256-u3SwrSxeBJrBTHfqKY/mAb2p1jqW2AvRsHomKsI81gM=";
hash = "sha256-5GiQgtbvYeleovFbXO2vlr2XPsDIWZiElM64O+urMcY=";
};
propagatedBuildInputs = [