python3Packages.avwx-engine: 1.9.5 -> 1.9.6

This commit is contained in:
R. Ryantm
2025-10-23 23:56:43 +00:00
parent 106ab26a9b
commit 9534c1b6e9
@@ -20,7 +20,7 @@
buildPythonPackage rec {
pname = "avwx-engine";
version = "1.9.5";
version = "1.9.6";
pyproject = true;
disabled = pythonOlder "3.10";
@@ -29,7 +29,7 @@ buildPythonPackage rec {
owner = "avwx-rest";
repo = "avwx-engine";
tag = version;
hash = "sha256-zhXUzePbgwmBIP7yMT/FcPYdSZC3qJtwEwkHtlfmv3Q=";
hash = "sha256-RxQm1n+U2UTzg1QlPwmOaPUWUptAj30URHfs9Degf/c=";
};
build-system = [ hatchling ];