Merge pull request #265809 from fabaff/tldextract-bump

python311Packages.tldextract: 5.0.1 -> 5.1.0
This commit is contained in:
Nick Cao
2023-11-06 08:43:53 -05:00
committed by GitHub
@@ -15,7 +15,7 @@
buildPythonPackage rec {
pname = "tldextract";
version = "5.0.1";
version = "5.1.0";
pyproject = true;
disabled = pythonOlder "3.8";
@@ -24,7 +24,7 @@ buildPythonPackage rec {
owner = "john-kurkowski";
repo = "tldextract";
rev = "refs/tags/${version}";
hash = "sha256-+JZnSIjG1avQ14NxbYF5on2ukJtTWTq+hVIqYCvPjsQ=";
hash = "sha256-x5SJcbTUrqG7mMUPXIhR1rEu3PZ+VA00dFYeoGnX5l0=";
};
SETUPTOOLS_SCM_PRETEND_VERSION = version;