From c4977750ef439c409206cd55346f0fa445fa0ec6 Mon Sep 17 00:00:00 2001 From: Martin Weinelt Date: Fri, 12 Jan 2024 22:43:59 +0100 Subject: [PATCH] python311Packages.aio-geojson-client: 0.19 -> 0.20 https://github.com/exxamalte/python-aio-geojson-client/blob/v0.20/CHANGELOG.md --- .../development/python-modules/aio-geojson-client/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/aio-geojson-client/default.nix b/pkgs/development/python-modules/aio-geojson-client/default.nix index 06f74202743b..04dfa69f8912 100644 --- a/pkgs/development/python-modules/aio-geojson-client/default.nix +++ b/pkgs/development/python-modules/aio-geojson-client/default.nix @@ -14,7 +14,7 @@ buildPythonPackage rec { pname = "aio-geojson-client"; - version = "0.19"; + version = "0.20"; pyproject = true; disabled = pythonOlder "3.8"; @@ -23,7 +23,7 @@ buildPythonPackage rec { owner = "exxamalte"; repo = "python-aio-geojson-client"; rev = "refs/tags/v${version}"; - hash = "sha256-ia8nfU5/dcLq3ctJTvpDmvB24mCjO3JrkfQsuXPR+xs="; + hash = "sha256-GASjsOCZ4lSK0+VtIuVxFNxjMCbHkUGy/KSBtGLSaXw="; }; __darwinAllowLocalNetworking = true;