Skip to content

Commit

Permalink
python312Packages.publicsuffixlist: 1.0.2.20241218 -> 1.0.2.20241221 (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
fabaff authored Dec 22, 2024
2 parents 2e89a3d + 5e5c1ce commit 5fcfde5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/publicsuffixlist/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@

buildPythonPackage rec {
pname = "publicsuffixlist";
version = "1.0.2.20241218";
version = "1.0.2.20241221";
pyproject = true;

disabled = pythonOlder "3.7";

src = fetchPypi {
inherit pname version;
hash = "sha256-WqTtSeZpCQF0wLf9GwUKbhEf1IusdY9GNh6wYZ+P41E=";
hash = "sha256-LWkqulWxbE7iCF13qgxcsJJJVfPW0mBLg9p1m3QXnts=";
};

build-system = [ setuptools ];
Expand Down

0 comments on commit 5fcfde5

Please sign in to comment.