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 123dff6 commit 1c447f3Copy full SHA for 1c447f3
pkgs/development/python-modules/tlds/default.nix
@@ -8,14 +8,14 @@
8
9
buildPythonPackage rec {
10
pname = "tlds";
11
- version = "2024092600";
+ version = "2025022800";
12
pyproject = true;
13
14
src = fetchFromGitHub {
15
owner = "kichik";
16
repo = "tlds";
17
tag = version;
18
- hash = "sha256-ybqC0FUrTyTO2UfS/bCAUdzKtcK06wTeLv1Mv/R8RS0=";
+ hash = "sha256-USFuifbcSET5Kfz8xPsJDTKxYKfqaB9RXegVz8FM5m4=";
19
};
20
21
nativeBuildInputs = [ setuptools ];
0 commit comments