python312Packages.tlds: 2025042400 -> 2025043000 (#403228)

This commit is contained in:
Martin Weinelt
2025-05-01 12:00:33 +02:00
committed by GitHub
@@ -8,14 +8,14 @@
buildPythonPackage rec {
pname = "tlds";
version = "2025042400";
version = "2025043000";
pyproject = true;
src = fetchFromGitHub {
owner = "kichik";
repo = "tlds";
tag = version;
hash = "sha256-SxiV0EVOECxNjq+v8dCKtm+zcAvNdG6HwsQzUpmVaos=";
hash = "sha256-yyDnQMQmZAlHvrWgxSi47E26fJ74FI4COwv1NOLvOL0=";
};
nativeBuildInputs = [ setuptools ];