about summary refs log tree commit diff
diff options
context:
space:
mode:
authorFabian Affolter <mail@fabian-affolter.ch>2023-05-26 21:26:47 +0200
committerGitHub <noreply@github.com>2023-05-26 21:26:47 +0200
commitfa10919cd027b5535fda6c5a7269bdd863e209ba (patch)
tree4b5eb348908c66d6d998fc66118350229ae524ee
parente29436ee4df21ca8386a3fa3f350093c3181b45a (diff)
downloadnixlib-fa10919cd027b5535fda6c5a7269bdd863e209ba.tar
nixlib-fa10919cd027b5535fda6c5a7269bdd863e209ba.tar.gz
nixlib-fa10919cd027b5535fda6c5a7269bdd863e209ba.tar.bz2
nixlib-fa10919cd027b5535fda6c5a7269bdd863e209ba.tar.lz
nixlib-fa10919cd027b5535fda6c5a7269bdd863e209ba.tar.xz
nixlib-fa10919cd027b5535fda6c5a7269bdd863e209ba.tar.zst
nixlib-fa10919cd027b5535fda6c5a7269bdd863e209ba.zip
python3Packages.uptime-kuma-api: update disabled
-rw-r--r--pkgs/development/python-modules/uptime-kuma-api/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/uptime-kuma-api/default.nix b/pkgs/development/python-modules/uptime-kuma-api/default.nix
index f9de280dad46..613d9f75e84f 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";