Merge pull request #213566 from fabaff/aio-geojson-generic-client-bump

python310Packages.aio-geojson-generic-client: 0.1 -> 0.3
This commit is contained in:
Fabian Affolter 2023-01-31 00:16:01 +01:00 committed by GitHub
commit 4ee59c9743
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -13,7 +13,7 @@
buildPythonPackage rec {
pname = "aio-geojson-generic-client";
version = "0.1";
version = "0.3";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -22,7 +22,7 @@ buildPythonPackage rec {
owner = "exxamalte";
repo = "python-aio-geojson-generic-client";
rev = "refs/tags/v${version}";
hash = "sha256-6Gc3SRRQiISBZnCg7a+rCQHR4NQipBHmG5gWZZXIsxY=";
hash = "sha256-toDvliFMxicaEhlxb7wCadDJErpsIPcZbJz7TpO83GE=";
};
propagatedBuildInputs = [