python311Packages.tlds: 2023102600 -> 2023110300

2023102600...2023110300
This commit is contained in:
Martin Weinelt
2023-11-07 21:56:54 +01:00
parent 59e6ccce3e
commit 802a7bcab2

View File

@@ -6,14 +6,14 @@
buildPythonPackage rec {
pname = "tlds";
version = "2023102600";
version = "2023110300";
pyproject = true;
src = fetchFromGitHub {
owner = "kichik";
repo = "tlds";
rev = "refs/tags/${version}";
hash = "sha256-ncbgR/syMChIL0/FGLOHxHJMUzH0G+rZX9aCXun7yc4=";
hash = "sha256-rmKqY7Z4bBR4r+w4gH04g0Xm9N7QeMVcuFR3pB/pOQY=";
};
nativeBuildInputs = [