Unverified Commit eefd342e authored by Martin Weinelt's avatar Martin Weinelt Committed by GitHub
Browse files

python3Packages.tlds: 2025051700 -> 2025082700 (#437821)

parents 98cc168d 625c4787
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -8,14 +8,14 @@

buildPythonPackage rec {
  pname = "tlds";
  version = "2025051700";
  version = "2025082700";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "kichik";
    repo = "tlds";
    tag = version;
    hash = "sha256-AqVe9U/gLjXkmLls4+t04youpY7DtrbmlaHVUdAElMo=";
    hash = "sha256-sMK+jglwhF8FX8yLDHBtheudfg20MOJhk+zHznQ0hbk=";
  };

  nativeBuildInputs = [ setuptools ];