python3Packages.pyfireservicerota: 0.0.47 -> 0.0.48

This commit is contained in:
R. Ryantm
2026-05-22 02:12:13 +00:00
parent 90b4a6bcd3
commit 2a259335fc
@@ -11,14 +11,14 @@
buildPythonPackage rec {
pname = "pyfireservicerota";
version = "0.0.47";
version = "0.0.48";
pyproject = true;
src = fetchFromGitHub {
owner = "cyberjunky";
repo = "python-fireservicerota";
tag = version;
hash = "sha256-2pCv/9VwGUDS5wFdJCxOevl7vWg+iXInI/xY3jPp7BM=";
hash = "sha256-wHcIzhSofp8dwlPy35gOJwIM0wtWPqUx7/kg6NjfNhc=";
};
build-system = [ pdm-backend ];