From fa10919cd027b5535fda6c5a7269bdd863e209ba Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Fri, 26 May 2023 21:26:47 +0200 Subject: [PATCH] python3Packages.uptime-kuma-api: update disabled --- pkgs/development/python-modules/uptime-kuma-api/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/python-modules/uptime-kuma-api/default.nix b/pkgs/development/python-modules/uptime-kuma-api/default.nix index f9de280dad4..613d9f75e84 100644 --- a/pkgs/development/python-modules/uptime-kuma-api/default.nix +++ b/pkgs/development/python-modules/uptime-kuma-api/default.nix @@ -10,7 +10,7 @@ buildPythonPackage rec { version = "1.0.1"; format = "setuptools"; - disabled = pythonOlder "3.6"; + disabled = pythonOlder "3.7"; src = fetchPypi { pname = "uptime_kuma_api";