Skip to content

Commit 95e89b7

Browse files
authored
python313Packages.publicsuffixlist: 1.0.2.20250627 -> 1.0.2.20250707 (#423332)
2 parents d378063 + 64b826d commit 95e89b7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • pkgs/development/python-modules/publicsuffixlist

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

1717
disabled = pythonOlder "3.7";
1818

1919
src = fetchPypi {
2020
inherit pname version;
21-
hash = "sha256-AwLhjTojOEML4vU/xmv99M3TjtYXJAX1AcjCZuu58Ds=";
21+
hash = "sha256-oA2VDeMEI7GzRiFPNUi7Q/lf5ZGyd0WT5Uaz1rc3Xs8=";
2222
};
2323

2424
build-system = [ setuptools ];

0 commit comments

Comments
 (0)