python313Packages.tlds: 2024092600 -> 2025022800 (#386553)

This commit is contained in:
Martin Weinelt
2025-03-03 04:25:50 +01:00
committed by GitHub
@@ -8,14 +8,14 @@
buildPythonPackage rec {
pname = "tlds";
version = "2024092600";
version = "2025022800";
pyproject = true;
src = fetchFromGitHub {
owner = "kichik";
repo = "tlds";
tag = version;
hash = "sha256-ybqC0FUrTyTO2UfS/bCAUdzKtcK06wTeLv1Mv/R8RS0=";
hash = "sha256-USFuifbcSET5Kfz8xPsJDTKxYKfqaB9RXegVz8FM5m4=";
};
nativeBuildInputs = [ setuptools ];