python312Packages.publicsuffixlist: 0.10.0.20240312 -> 0.10.0.20240328

This commit is contained in:
Fabian Affolter 2024-03-30 16:35:53 +01:00
parent 3d8b76d951
commit 1ee02d4fc5
1 changed files with 2 additions and 2 deletions

View File

@ -10,14 +10,14 @@
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 = [