Skip to content

Commit 0d7bda5

Browse files
authored
python313Packages.publicsuffixlist: 1.0.2.20250223 -> 1.0.2.20250225 (#385361)
2 parents aa6efd8 + 28ac125 commit 0d7bda5

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.20250223";
14+
version = "1.0.2.20250225";
1515
pyproject = true;
1616

1717
disabled = pythonOlder "3.7";
1818

1919
src = fetchPypi {
2020
inherit pname version;
21-
hash = "sha256-6IycNmVXeZQA3/x54B1sVueUWn7wjwH8B7LrD3qh5g8=";
21+
hash = "sha256-+3jaseQ3qEqsrtY8QP0YoNNOC/KA1tisq4kLRy/f12Q=";
2222
};
2323

2424
build-system = [ setuptools ];

0 commit comments

Comments
 (0)