Merge pull request #295414 from fabaff/publicsuffixlist-bump

python311Packages.publicsuffixlist: 0.10.0.20240305 -> 0.10.0.20240312
This commit is contained in:
Fabian Affolter 2024-03-13 06:38:48 +01:00 committed by GitHub
commit 9c94126ca4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -10,14 +10,14 @@
buildPythonPackage rec {
pname = "publicsuffixlist";
version = "0.10.0.20240305";
version = "0.10.0.20240312";
pyproject = true;
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-bnnqc7AnjOGxAvOtaBXypbaDhk2plIugsOqzGAxBn38=";
hash = "sha256-ApEvPghPrWfiRjNl/UMVRJIdnbP1H21DzqcWnIax8Yg=";
};
nativeBuildInputs = [