Unverified Commit fffa6f5c authored by Robert Schütz's avatar Robert Schütz Committed by GitHub
Browse files

Merge pull request #336166 from r-ryantm/auto-update/python312Packages.py-nextbusnext

python312Packages.py-nextbusnext: 2.0.4 -> 2.0.5
parents 94b46d9c c9dd6079
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.4";
  version = "2.0.5";
  pyproject = true;

  disabled = pythonOlder "3.9";
@@ -18,7 +18,7 @@ buildPythonPackage rec {
    owner = "ViViDboarder";
    repo = "py_nextbus";
    rev = "refs/tags/v${version}";
    hash = "sha256-mmuD5edgcesMFsdfbWJyzOuKLCgsqvUPG61j/dA6Crc=";
    hash = "sha256-/pzlxYGXqWix11G7DsHgwkCrSQFT/N1boKcBJ1YpE0A=";
  };

  build-system = [ setuptools ];