lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #262924 from fabaff/publicsuffixlist-bump

python311Packages.publicsuffixlist: 0.10.0.20231020 -> 0.10.0.20231022

authored by

Nick Cao and committed by
GitHub
2ae57a11 fbfd5386

+2 -2
+2 -2
pkgs/development/python-modules/publicsuffixlist/default.nix
··· 9 9 10 10 buildPythonPackage rec { 11 11 pname = "publicsuffixlist"; 12 - version = "0.10.0.20231020"; 12 + version = "0.10.0.20231022"; 13 13 format = "setuptools"; 14 14 15 15 disabled = pythonOlder "3.7"; 16 16 17 17 src = fetchPypi { 18 18 inherit pname version; 19 - hash = "sha256-5Woh5xWIVvVvgmp4xtpU51rXSCZDH0ljPpLpkvFmO+8="; 19 + hash = "sha256-sXmntukr4m876x4Hu45tHlT01rI28l7YT59u2TW8TV4="; 20 20 }; 21 21 22 22 passthru.optional-dependencies = {