Skip to content

Commit bb3362b

Browse files
committed
python3Packages.tlds: 2025043000 -> 2025051700
1 parent 5bd1c9f commit bb3362b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/development/python-modules/tlds/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@
88

99
buildPythonPackage rec {
1010
pname = "tlds";
11-
version = "2025043000";
11+
version = "2025051700";
1212
pyproject = true;
1313

1414
src = fetchFromGitHub {
1515
owner = "kichik";
1616
repo = "tlds";
1717
tag = version;
18-
hash = "sha256-yyDnQMQmZAlHvrWgxSi47E26fJ74FI4COwv1NOLvOL0=";
18+
hash = "sha256-AqVe9U/gLjXkmLls4+t04youpY7DtrbmlaHVUdAElMo=";
1919
};
2020

2121
nativeBuildInputs = [ setuptools ];

0 commit comments

Comments
 (0)