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