From 41396fa5b7a76b1b0a33d1395ad3b4847c5ac6fc Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Fri, 14 Jun 2024 09:42:42 +0200 Subject: [PATCH] python312Packages.avwx-engine: 1.8.28 -> 1.9.0 Changelog: https://github.com/avwx-rest/avwx-engine/blob/1.9.0/changelog.md --- .../development/python-modules/avwx-engine/default.nix | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/pkgs/development/python-modules/avwx-engine/default.nix b/pkgs/development/python-modules/avwx-engine/default.nix index ccaaa09e5b09..0d0be882efe8 100644 --- a/pkgs/development/python-modules/avwx-engine/default.nix +++ b/pkgs/development/python-modules/avwx-engine/default.nix @@ -3,11 +3,11 @@ buildPythonPackage, fetchFromGitHub, geopy, + hatchling, httpx, numpy, - poetry-core, - pytestCheckHook, pytest-asyncio, + pytestCheckHook, python-dateutil, pythonOlder, rapidfuzz, @@ -19,7 +19,7 @@ buildPythonPackage rec { pname = "avwx-engine"; - version = "1.8.28"; + version = "1.9.0"; pyproject = true; disabled = pythonOlder "3.10"; @@ -28,14 +28,14 @@ buildPythonPackage rec { owner = "avwx-rest"; repo = "avwx-engine"; rev = "refs/tags/${version}"; - hash = "sha256-sxOLhcmTJg/dTrtemr9BcfcBoHTP1eGo8U1ab8iSvUM="; + hash = "sha256-CUnUz2SsXtWaqGzaB1PH+EoHqebSue6e8GXhRZRcXLs="; }; postPatch = '' sed -i -e "/--cov/d" -e "/--no-cov/d" pyproject.toml ''; - build-system = [ poetry-core ]; + build-system = [ hatchling ]; dependencies = [ geopy