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 a8f11bf + 06594d0 commit eec12e3Copy full SHA for eec12e3
pkgs/development/python-modules/publicsuffixlist/default.nix
@@ -11,14 +11,14 @@
11
12
buildPythonPackage rec {
13
pname = "publicsuffixlist";
14
- version = "1.0.2.20241205";
+ version = "1.0.2.20241207";
15
pyproject = true;
16
17
disabled = pythonOlder "3.7";
18
19
src = fetchPypi {
20
inherit pname version;
21
- hash = "sha256-1h6Zdt9TA/7os/Qe3kK8slJUTmErHhEyXlzW+OsB5Yg=";
+ hash = "sha256-K21wB0sAiG0wmOftX466jD0fPCQp647K+YNiWVSW3gQ=";
22
};
23
24
build-system = [ setuptools ];
0 commit comments