python312Packages.avwx-engine: 1.9.1 -> 1.9.2 (#361387)

authored by Nick Cao and committed by GitHub eebd8dae 027054d5

+2 -2
+2 -2
pkgs/development/python-modules/avwx-engine/default.nix
··· 20 20 21 21 buildPythonPackage rec { 22 22 pname = "avwx-engine"; 23 - version = "1.9.1"; 23 + version = "1.9.2"; 24 24 pyproject = true; 25 25 26 26 disabled = pythonOlder "3.10"; ··· 29 29 owner = "avwx-rest"; 30 30 repo = "avwx-engine"; 31 31 rev = "refs/tags/${version}"; 32 - hash = "sha256-gDhZlrxiIyj15nxMBFFzuCAHtkDfqYowDZc5g4pQ+i8="; 32 + hash = "sha256-pAeeSv9qPrIvwc9KTwMFoq/H/qRtlNKQquQux7aYxKA="; 33 33 }; 34 34 35 35 build-system = [ hatchling ];