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 530a5b0 + 58857d8 commit 54779acCopy full SHA for 54779ac
pkgs/development/python-modules/publicsuffixlist/default.nix
@@ -11,14 +11,14 @@
11
12
buildPythonPackage rec {
13
pname = "publicsuffixlist";
14
- version = "1.0.2.20250319";
+ version = "1.0.2.20250329";
15
pyproject = true;
16
17
disabled = pythonOlder "3.7";
18
19
src = fetchPypi {
20
inherit pname version;
21
- hash = "sha256-OBBkjnDzMGKiwLb1Mnkcw/0IwaeJyoSSQh3YVuF1aRo=";
+ hash = "sha256-HinLmgjEHCmoW3tNTQF8vKWSh7IExxaGbdcztQsPuSk=";
22
};
23
24
build-system = [ setuptools ];
0 commit comments