Fabian Affolter 2024-10-07 09:21:02 +02:00
parent 73187eaa33
commit bbec475182

View File

@ -15,7 +15,7 @@
buildPythonPackage rec {
pname = "aio-geojson-client";
version = "0.20";
version = "0.21";
pyproject = true;
disabled = pythonOlder "3.8";
@ -24,7 +24,7 @@ buildPythonPackage rec {
owner = "exxamalte";
repo = "python-aio-geojson-client";
rev = "refs/tags/v${version}";
hash = "sha256-GASjsOCZ4lSK0+VtIuVxFNxjMCbHkUGy/KSBtGLSaXw=";
hash = "sha256-zHgqsl278XBr2X8oQOsnIQxfyYuB5G8NLcTNy4oerUI=";
};
__darwinAllowLocalNetworking = true;