python313Packages.publicsuffixlist: 1.0.2.20251009 -> 1.0.2.20251014

Changelog: https://github.com/ko-zu/psl/blob/v1.0.2.20251014-gha/CHANGES.md
This commit is contained in:
Fabian Affolter
2025-10-14 22:52:44 +02:00
parent 275b511f63
commit 7448c1add5
@@ -11,14 +11,14 @@
buildPythonPackage rec {
pname = "publicsuffixlist";
version = "1.0.2.20251009";
version = "1.0.2.20251014";
pyproject = true;
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-tCiozQ9Gi79f2flWNwuTBKDO7n/eqC/8RwHwUJ8bpBM=";
hash = "sha256-y9Fnq+B+dcHyJGPiy5gE/BzrEguZ9aTy4CqfT0IFCXE=";
};
build-system = [ setuptools ];