Merge pull request #232512 from fabaff/tldextract-bump

python311Packages.tldextract: 3.4.1 -> 3.4.2
This commit is contained in:
Mario Rodas 2023-06-02 08:08:29 -05:00 committed by GitHub
commit aebcbc2f4a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,14 +14,14 @@
buildPythonPackage rec {
pname = "tldextract";
version = "3.4.1";
version = "3.4.2";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-+p5QxKA77eKh2V3KYg1mFnhIRiaFjM84jPlnGg3Ul6Q=";
hash = "sha256-mONrCqOm2P0ITYDXWuE3LaAgJ++1VsFGpZ39FEVwcbo=";
};
nativeBuildInputs = [