Merge pull request #300260 from fabaff/publicsuffixlist-bump

python312Packages.publicsuffixlist: 0.10.0.20240312 -> 0.10.0.20240328
This commit is contained in:
Fabian Affolter 2024-04-01 23:14:54 +02:00 committed by GitHub
commit 61778c1157
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 4 deletions

View File

@ -10,17 +10,17 @@
buildPythonPackage rec {
pname = "publicsuffixlist";
version = "0.10.0.20240312";
version = "0.10.0.20240328";
pyproject = true;
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-ApEvPghPrWfiRjNl/UMVRJIdnbP1H21DzqcWnIax8Yg=";
hash = "sha256-XArawQzC9J5ShtgCG02qf8RRxNTKJMn8aiclG+4CUKY=";
};
nativeBuildInputs = [
build-system = [
setuptools
];
@ -47,9 +47,9 @@ buildPythonPackage rec {
meta = with lib; {
description = "Public Suffix List parser implementation";
mainProgram = "publicsuffixlist-download";
homepage = "https://github.com/ko-zu/psl";
license = licenses.mpl20;
maintainers = with maintainers; [ fab ];
mainProgram = "publicsuffixlist-download";
};
}