Unverified Commit 1c447f37 authored by Martin Weinelt's avatar Martin Weinelt
Browse files

python313Packages.tlds: 2024092600 -> 2025022800

parent 123dff69
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -8,14 +8,14 @@

buildPythonPackage rec {
  pname = "tlds";
  version = "2024092600";
  version = "2025022800";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "kichik";
    repo = "tlds";
    tag = version;
    hash = "sha256-ybqC0FUrTyTO2UfS/bCAUdzKtcK06wTeLv1Mv/R8RS0=";
    hash = "sha256-USFuifbcSET5Kfz8xPsJDTKxYKfqaB9RXegVz8FM5m4=";
  };

  nativeBuildInputs = [ setuptools ];