python3Packages.pyfireservicerota: 0.0.46 -> 0.0.47
Diff: https://github.com/cyberjunky/python-fireservicerota/compare/0.0.46...0.0.47 Changelog: https://github.com/cyberjunky/python-fireservicerota/releases/tag/0.0.47
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user