python312Packages.publicsuffixlist: 1.0.1.20240629 -> 1.0.1.20240713

This commit is contained in:
R. Ryantm 2024-07-13 06:47:32 +00:00
parent f9d8021398
commit 22fe126212

View File

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