python313Packages.publicsuffixlist: 1.0.2.20250207 -> 1.0.2.20250211

Changelog: https://github.com/ko-zu/psl/blob/v1.0.2.20250211-gha/CHANGES.md
This commit is contained in:
Fabian Affolter
2025-02-11 16:50:46 +01:00
parent dce94fb9bf
commit d2c4fad234
@@ -11,14 +11,14 @@
buildPythonPackage rec {
pname = "publicsuffixlist";
version = "1.0.2.20250207";
version = "1.0.2.20250211";
pyproject = true;
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-wYOFcyEO9wH0lpEtrTCCDJKb4NQJ51BnJ8dysjsZwSM=";
hash = "sha256-ujbidDxlKcthvB90O2WJLLBRtmT69+rgzha4wAGJue8=";
};
build-system = [ setuptools ];