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

This commit is contained in:
Fabian Affolter
2025-05-04 08:47:01 +02:00
committed by GitHub
@@ -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 ];