python310Packages.aio-geojson-generic-client: 0.1 -> 0.3
Diff: https://github.com/exxamalte/python-aio-geojson-generic-client/compare/refs/tags/v0.1...v0.3 Changelog: https://github.com/exxamalte/python-aio-geojson-generic-client/blob/v0.3/CHANGELOG.md
This commit is contained in:
parent
425b82b4b2
commit
1989a98c79
1 changed files with 2 additions and 2 deletions
|
@ -13,7 +13,7 @@
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "aio-geojson-generic-client";
|
pname = "aio-geojson-generic-client";
|
||||||
version = "0.1";
|
version = "0.3";
|
||||||
format = "setuptools";
|
format = "setuptools";
|
||||||
|
|
||||||
disabled = pythonOlder "3.7";
|
disabled = pythonOlder "3.7";
|
||||||
|
@ -22,7 +22,7 @@ buildPythonPackage rec {
|
||||||
owner = "exxamalte";
|
owner = "exxamalte";
|
||||||
repo = "python-aio-geojson-generic-client";
|
repo = "python-aio-geojson-generic-client";
|
||||||
rev = "refs/tags/v${version}";
|
rev = "refs/tags/v${version}";
|
||||||
hash = "sha256-6Gc3SRRQiISBZnCg7a+rCQHR4NQipBHmG5gWZZXIsxY=";
|
hash = "sha256-toDvliFMxicaEhlxb7wCadDJErpsIPcZbJz7TpO83GE=";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [
|
propagatedBuildInputs = [
|
||||||
|
|
Loading…
Reference in a new issue