We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d378063 + 64b826d commit 95e89b7Copy full SHA for 95e89b7
1 file changed
pkgs/development/python-modules/publicsuffixlist/default.nix
@@ -11,14 +11,14 @@
11
12
buildPythonPackage rec {
13
pname = "publicsuffixlist";
14
- version = "1.0.2.20250627";
+ version = "1.0.2.20250707";
15
pyproject = true;
16
17
disabled = pythonOlder "3.7";
18
19
src = fetchPypi {
20
inherit pname version;
21
- hash = "sha256-AwLhjTojOEML4vU/xmv99M3TjtYXJAX1AcjCZuu58Ds=";
+ hash = "sha256-oA2VDeMEI7GzRiFPNUi7Q/lf5ZGyd0WT5Uaz1rc3Xs8=";
22
};
23
24
build-system = [ setuptools ];
0 commit comments