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

python313Packages.py-nextbusnext: 2.0.5 -> 2.1.2 (#403925)

parents bc1edcb4 da1e5d7c
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -9,7 +9,7 @@

buildPythonPackage rec {
  pname = "py-nextbusnext";
  version = "2.0.5";
  version = "2.1.2";
  pyproject = true;

  disabled = pythonOlder "3.9";
@@ -18,7 +18,7 @@ buildPythonPackage rec {
    owner = "ViViDboarder";
    repo = "py_nextbus";
    tag = "v${version}";
    hash = "sha256-/pzlxYGXqWix11G7DsHgwkCrSQFT/N1boKcBJ1YpE0A=";
    hash = "sha256-vHIjuTDsdEKnTAKgSgdDV0kKxO2ZeSsqo+AsTppzcg4=";
  };

  build-system = [ setuptools ];