python313Packages.py-nextbusnext: 2.0.5 -> 2.1.2

Diff: https://github.com/ViViDboarder/py_nextbus/compare/refs/tags/v2.0.5...refs/tags/v2.1.2
This commit is contained in:
Fabian Affolter
2025-05-03 15:43:24 +02:00
parent a4b6cee9ab
commit da1e5d7cb2
@@ -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 ];