python313Packages.tlds: 2025022800 -> 2025042400

https://github.com/kichik/tlds/compare/refs/tags/2025022800...refs/tags/2025042400
This commit is contained in:
Martin Weinelt
2025-04-27 00:32:38 +02:00
parent c3698afe2d
commit 4b07bb6519
@@ -8,14 +8,14 @@
buildPythonPackage rec {
pname = "tlds";
version = "2025022800";
version = "2025042400";
pyproject = true;
src = fetchFromGitHub {
owner = "kichik";
repo = "tlds";
tag = version;
hash = "sha256-USFuifbcSET5Kfz8xPsJDTKxYKfqaB9RXegVz8FM5m4=";
hash = "sha256-SxiV0EVOECxNjq+v8dCKtm+zcAvNdG6HwsQzUpmVaos=";
};
nativeBuildInputs = [ setuptools ];