Skip to content

Commit e105c62

Browse files
authored
python312Packages.publicsuffixlist: 1.0.2.20241129 -> 1.0.2.20241130 (#360401)
2 parents 8a23a5e + e43c892 commit e105c62

File tree

1 file changed

+2
-2
lines changed
  • pkgs/development/python-modules/publicsuffixlist

1 file changed

+2
-2
lines changed

pkgs/development/python-modules/publicsuffixlist/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,14 @@
1111

1212
buildPythonPackage rec {
1313
pname = "publicsuffixlist";
14-
version = "1.0.2.20241129";
14+
version = "1.0.2.20241130";
1515
pyproject = true;
1616

1717
disabled = pythonOlder "3.7";
1818

1919
src = fetchPypi {
2020
inherit pname version;
21-
hash = "sha256-MPeNx0jW1RLO1HwJqvFKuR4oEjmELA/bGHGDKn93rag=";
21+
hash = "sha256-ogQgadq8wVNlq8LI5FxWPdLiRVyzCD7D6cLRLGL5vsQ=";
2222
};
2323

2424
build-system = [ setuptools ];

0 commit comments

Comments
 (0)