Skip to content

Commit 1c447f3

Browse files
committed
python313Packages.tlds: 2024092600 -> 2025022800
kichik/tlds@refs/tags/2024092600...2025022
1 parent 123dff6 commit 1c447f3

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 = "2024092600";
11+
version = "2025022800";
1212
pyproject = true;
1313

1414
src = fetchFromGitHub {
1515
owner = "kichik";
1616
repo = "tlds";
1717
tag = version;
18-
hash = "sha256-ybqC0FUrTyTO2UfS/bCAUdzKtcK06wTeLv1Mv/R8RS0=";
18+
hash = "sha256-USFuifbcSET5Kfz8xPsJDTKxYKfqaB9RXegVz8FM5m4=";
1919
};
2020

2121
nativeBuildInputs = [ setuptools ];

0 commit comments

Comments
 (0)