Merge pull request #266141 from mweinelt/tlds-2023110300

python311Packages.tlds: 2023102600 -> 2023110300
This commit is contained in:
Nick Cao 2023-11-08 08:53:21 -05:00 committed by GitHub
commit 4d0e9758f6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 = [