python3Packages.avwx-engine: 1.9.4 -> 1.9.5

This commit is contained in:
R. Ryantm
2025-09-24 04:17:42 +00:00
parent 77ac76b5ca
commit 248369429a

View File

@@ -20,7 +20,7 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "avwx-engine"; pname = "avwx-engine";
version = "1.9.4"; version = "1.9.5";
pyproject = true; pyproject = true;
disabled = pythonOlder "3.10"; disabled = pythonOlder "3.10";
@@ -29,7 +29,7 @@ buildPythonPackage rec {
owner = "avwx-rest"; owner = "avwx-rest";
repo = "avwx-engine"; repo = "avwx-engine";
tag = version; tag = version;
hash = "sha256-x8qb9nAAl7F+w0lHHQtLYwMZYdZ9WhAxJ63jdjlyfhQ="; hash = "sha256-zhXUzePbgwmBIP7yMT/FcPYdSZC3qJtwEwkHtlfmv3Q=";
}; };
build-system = [ hatchling ]; build-system = [ hatchling ];