python313Packages.publicsuffixlist: 1.0.2.20250814 -> 1.0.2.20250815
Changelog: https://github.com/ko-zu/psl/blob/v1.0.2.20250815-gha/CHANGES.md
This commit is contained in:
parent
64db300449
commit
53c7434879
@ -11,14 +11,14 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "publicsuffixlist";
|
||||
version = "1.0.2.20250814";
|
||||
version = "1.0.2.20250815";
|
||||
pyproject = true;
|
||||
|
||||
disabled = pythonOlder "3.7";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
hash = "sha256-pYOjopZlGfe28FzZmGP485l/AzqNzoW8ecft94p7q+c=";
|
||||
hash = "sha256-N08LlCOmZvkBbIPUh80QY/NM5wxS4FefKnFF4XvlH0k=";
|
||||
};
|
||||
|
||||
build-system = [ setuptools ];
|
||||
|
Loading…
x
Reference in New Issue
Block a user