python312Packages.publicsuffixlist: 1.0.1.20240713 -> 1.0.2.20240724

This commit is contained in:
R. Ryantm 2024-07-24 23:18:39 +00:00
parent 7b8b14a876
commit d36c2dfd13

View File

@ -11,14 +11,14 @@
buildPythonPackage rec {
pname = "publicsuffixlist";
version = "1.0.1.20240713";
version = "1.0.2.20240724";
pyproject = true;
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-wmc31eIpCTOxhrBcqLL4+PG9zShRpTIc8sNMR/Q642o=";
hash = "sha256-7pxRDUkWC1Umu5Eq6JiUnRadbMmjC96uMJynYPhSfUI=";
};
build-system = [ setuptools ];