Merge pull request #164029 from r-ryantm/auto-update/python3.10-aio-geojson-client

python310Packages.aio-geojson-client: 0.16 -> 0.17
This commit is contained in:
Fabian Affolter 2022-03-13 20:47:16 +01:00 committed by GitHub
commit 915e6ed064
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 = [