From dc3fa5c6af73d9f5651416bc63a4ea773ccc6149 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Tue, 4 Jul 2023 08:47:53 +0200 Subject: [PATCH] python310Packages.holidays: update disabled --- pkgs/development/python-modules/holidays/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/python-modules/holidays/default.nix b/pkgs/development/python-modules/holidays/default.nix index 1325d8f57ff1..61e47ab064cb 100644 --- a/pkgs/development/python-modules/holidays/default.nix +++ b/pkgs/development/python-modules/holidays/default.nix @@ -14,7 +14,7 @@ buildPythonPackage rec { version = "0.28"; format = "setuptools"; - disabled = pythonOlder "3.7"; + disabled = pythonOlder "3.8"; src = fetchFromGitHub { owner = "dr-prodigy";