python312Packages.publicsuffixlist: 1.0.2.20241124 -> 1.0.2.20241127
Changelog: https://github.com/ko-zu/psl/blob/v1.0.2.20241127-gha/CHANGES.md
This commit is contained in:
parent
01090d3c9f
commit
7cf5c32d49
@ -11,14 +11,14 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "publicsuffixlist";
|
||||
version = "1.0.2.20241124";
|
||||
version = "1.0.2.20241127";
|
||||
pyproject = true;
|
||||
|
||||
disabled = pythonOlder "3.7";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
hash = "sha256-fgJwTEVA54932I+GfnTuejApGjyupbORJ3xoPm7nwOY=";
|
||||
hash = "sha256-RoBtvaWAu9VRNSzbYkFZFEPvbUUu0tc/Z16bxm+ELas=";
|
||||
};
|
||||
|
||||
build-system = [ setuptools ];
|
||||
|
Loading…
Reference in New Issue
Block a user