python313Packages.py-nextbusnext: 2.1.2 -> 2.2.0

Diff: https://github.com/ViViDboarder/py_nextbus/compare/refs/tags/v2.1.2...refs/tags/v2.2.0
This commit is contained in:
Fabian Affolter
2025-06-01 08:33:51 +02:00
parent 35bfba9eef
commit aaa535c9da
@@ -9,7 +9,7 @@
buildPythonPackage rec {
pname = "py-nextbusnext";
version = "2.1.2";
version = "2.2.0";
pyproject = true;
disabled = pythonOlder "3.9";
@@ -18,7 +18,7 @@ buildPythonPackage rec {
owner = "ViViDboarder";
repo = "py_nextbus";
tag = "v${version}";
hash = "sha256-vHIjuTDsdEKnTAKgSgdDV0kKxO2ZeSsqo+AsTppzcg4=";
hash = "sha256-UA5/OjmgWU9vd9NGjH2qUUELsOpFayEVaO7hB91yQ74=";
};
build-system = [ setuptools ];