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.
1 parent 5bd1c9f commit bb3362bCopy full SHA for bb3362b
pkgs/development/python-modules/tlds/default.nix
@@ -8,14 +8,14 @@
8
9
buildPythonPackage rec {
10
pname = "tlds";
11
- version = "2025043000";
+ version = "2025051700";
12
pyproject = true;
13
14
src = fetchFromGitHub {
15
owner = "kichik";
16
repo = "tlds";
17
tag = version;
18
- hash = "sha256-yyDnQMQmZAlHvrWgxSi47E26fJ74FI4COwv1NOLvOL0=";
+ hash = "sha256-AqVe9U/gLjXkmLls4+t04youpY7DtrbmlaHVUdAElMo=";
19
};
20
21
nativeBuildInputs = [ setuptools ];
0 commit comments