python3Packages.pyfireservicerota: 0.0.46 -> 0.0.47 (#459219)

This commit is contained in:
dotlambda
2025-11-06 18:48:03 +00:00
committed by GitHub
@@ -1,7 +1,6 @@
{
lib,
buildPythonPackage,
pythonOlder,
fetchFromGitHub,
pdm-backend,
pytz,
@@ -12,11 +11,9 @@
buildPythonPackage rec {
pname = "pyfireservicerota";
version = "0.0.46";
version = "0.0.47";
pyproject = true;
disabled = pythonOlder "3.10";
src = fetchFromGitHub {
owner = "cyberjunky";
repo = "python-fireservicerota";