python312Packages.tlds: 2024071000 -> 2024092600

https://github.com/kichik/tlds/compare/refs/tags/2024071000...2024092600
This commit is contained in:
Martin Weinelt
2024-10-13 11:09:45 +02:00
parent 50b7637803
commit 521888988e
@@ -8,14 +8,14 @@
buildPythonPackage rec {
pname = "tlds";
version = "2024071000";
version = "2024092600";
pyproject = true;
src = fetchFromGitHub {
owner = "kichik";
repo = "tlds";
rev = "refs/tags/${version}";
hash = "sha256-xt2IdF7V8NUW9nUg8x7XbMHLWir6CHAQcRIiH6ejV5M=";
hash = "sha256-ybqC0FUrTyTO2UfS/bCAUdzKtcK06wTeLv1Mv/R8RS0=";
};
nativeBuildInputs = [ setuptools ];