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

python312Packages.py-nextbusnext: 2.0.3 -> 2.0.4
This commit is contained in:
Robert Schütz 2024-08-13 01:04:58 -07:00 committed by GitHub
commit 74e5b75afb
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.0.3";
version = "2.0.4";
pyproject = true;
disabled = pythonOlder "3.9";
@ -18,7 +18,7 @@ buildPythonPackage rec {
owner = "ViViDboarder";
repo = "py_nextbus";
rev = "refs/tags/v${version}";
hash = "sha256-dSBjOMqryEddWB54AddGDojRE8/STi3kxfjJsVFBuOw=";
hash = "sha256-mmuD5edgcesMFsdfbWJyzOuKLCgsqvUPG61j/dA6Crc=";
};
build-system = [ setuptools ];