python312Packages.publicsuffixlist: 1.0.2.20240906 -> 1.0.2.20240907

Changelog: https://github.com/ko-zu/psl/blob/v1.0.2.20240907-gha/CHANGES.md
This commit is contained in:
Fabian Affolter
2024-09-09 08:42:48 +02:00
parent 6d972bca2a
commit 92f1d04af6
@@ -11,14 +11,14 @@
buildPythonPackage rec {
pname = "publicsuffixlist";
version = "1.0.2.20240906";
version = "1.0.2.20240907";
pyproject = true;
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-AHvj0eyJKPGXEIk6Cu/q2cDDiGCDH/QvBPGm9Cfy2w8=";
hash = "sha256-+DzSFzdgGyirt8X+vW7fzofyHOLXbuVySxV+8CZ5ZlQ=";
};
build-system = [ setuptools ];