0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-13 21:50:33 +03:00

python313Packages.publicsuffixlist: 1.0.2.20250529 -> 1.0.2.20250603

Changelog: https://github.com/ko-zu/psl/blob/v1.0.2.20250603-gha/CHANGES.md
This commit is contained in:
Fabian Affolter 2025-06-04 23:55:51 +02:00
parent 8355f8e056
commit cb46c25408

View file

@ -11,14 +11,14 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "publicsuffixlist"; pname = "publicsuffixlist";
version = "1.0.2.20250529"; version = "1.0.2.20250603";
pyproject = true; pyproject = true;
disabled = pythonOlder "3.7"; disabled = pythonOlder "3.7";
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
hash = "sha256-0hK9gd9nW5WVCDbc7BqvBi0Xn5Vysn0wS08UwNpyY3s="; hash = "sha256-yilOA8vKLb7Q1KTAM7+iO5HIkphALi+BL64RdXIpcX4=";
}; };
build-system = [ setuptools ]; build-system = [ setuptools ];