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

python3Packages.avwx-engine: 1.9.6 -> 1.9.7 (#457798)

parents cd2340e8 06aa3ee5
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -19,14 +19,14 @@

buildPythonPackage rec {
  pname = "avwx-engine";
  version = "1.9.6";
  version = "1.9.7";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "avwx-rest";
    repo = "avwx-engine";
    tag = version;
    hash = "sha256-RxQm1n+U2UTzg1QlPwmOaPUWUptAj30URHfs9Degf/c=";
    hash = "sha256-j+WT0v1h+dOGW90u+LIVQ0xIE4YzsWRo2E0mGOZUU1A=";
  };

  build-system = [ hatchling ];