Commit 52b21a71 authored by R. RyanTM's avatar R. RyanTM
Browse files

python312Packages.avwx-engine: 1.9.0 -> 1.9.1

parent ccd7e10e
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 ];