python313Packages.publicsuffixlist: 1.0.2.20250110 -> 1.0.2.20250111

Changelog: https://github.com/ko-zu/psl/blob/v1.0.2.20250111-gha/CHANGES.md
This commit is contained in:
Fabian Affolter
2025-01-11 09:43:39 +01:00
parent 1071074c43
commit 2edba3e8d2
@@ -11,14 +11,14 @@
buildPythonPackage rec {
pname = "publicsuffixlist";
version = "1.0.2.20250110";
version = "1.0.2.20250111";
pyproject = true;
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-qG3vY6LWm3N2RTiErmz8H644YFsMRjXS2ZMpBby7MTI=";
hash = "sha256-ul/bjvMgjBzNVyWV4o11CzMD6LT55+baTzITVt8H7wc=";
};
build-system = [ setuptools ];