python313Packages.py-nextbusnext: 2.1.2 -> 2.2.0 (#412843)

This commit is contained in:
Nick Cao 2025-06-01 10:07:57 -04:00 committed by GitHub
commit 3d5e12a66a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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 ];