python312Packages.avwx-engine: 1.9.0 -> 1.9.1 (#352283)

This commit is contained in:
Nick Cao
2024-10-30 09:02:46 -04:00
committed by GitHub

View File

@@ -20,7 +20,7 @@
buildPythonPackage rec {
pname = "avwx-engine";
version = "1.9.0";
version = "1.9.1";
pyproject = true;
disabled = pythonOlder "3.10";
@@ -29,7 +29,7 @@ buildPythonPackage rec {
owner = "avwx-rest";
repo = "avwx-engine";
rev = "refs/tags/${version}";
hash = "sha256-CUnUz2SsXtWaqGzaB1PH+EoHqebSue6e8GXhRZRcXLs=";
hash = "sha256-gDhZlrxiIyj15nxMBFFzuCAHtkDfqYowDZc5g4pQ+i8=";
};
build-system = [ hatchling ];