Skip to content

Commit

Permalink
python312Packages.publicsuffixlist: 1.0.2.20241217 -> 1.0.2.20241218 (N…
Browse files Browse the repository at this point in the history
  • Loading branch information
NickCao authored Dec 19, 2024
2 parents 1f4d319 + 96086b3 commit 470366f
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.20241217";
version = "1.0.2.20241218";
pyproject = true;

disabled = pythonOlder "3.7";

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

build-system = [ setuptools ];
Expand Down

0 comments on commit 470366f

Please sign in to comment.