Unverified Commit c2842e7a authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

python313Packages.avwx-engine: 1.9.2 -> 1.9.3 (#389944)

parents bf5ace02 e9f8ef4b
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.2";
  version = "1.9.3";
  pyproject = true;

  disabled = pythonOlder "3.10";
@@ -29,7 +29,7 @@ buildPythonPackage rec {
    owner = "avwx-rest";
    repo = "avwx-engine";
    tag = version;
    hash = "sha256-pAeeSv9qPrIvwc9KTwMFoq/H/qRtlNKQquQux7aYxKA=";
    hash = "sha256-+g1q5B+s0V4UGFS6IV0aIMkfNQLTDNckCNA/bPd9+50=";
  };

  build-system = [ hatchling ];