Merge pull request #230957 from mweinelt/tlds-2023050900

python3.pkgs.tlds: 2023050800 -> 2023050900
This commit is contained in:
Martin Weinelt 2023-05-09 23:16:40 +02:00 committed by GitHub
commit 2be2bef644
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,14 +5,14 @@
buildPythonPackage rec {
pname = "tlds";
version = "2023050800";
version = "2023050900";
format = "setuptools";
src = fetchFromGitHub {
owner = "mweinelt";
repo = "python-tlds";
owner = "kichik";
repo = "tlds";
rev = "refs/tags/${version}";
hash = "sha256-uXYRkalJGJ2o8ptvKCkMBc/U+9DpgPGxINM8w21ZIKM=";
hash = "sha256-Fm2cRhUb1Gsr7mrcym/JjYAeG8f3RDhUnxzYIvpxmQE=";
};
pythonImportsCheck = [