Unverified Commit 1538c389 authored by Martin Weinelt's avatar Martin Weinelt
Browse files

python3Packages.tlds: 2025082700 -> 2025102200

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

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

  src = fetchFromGitHub {
    owner = "kichik";
    repo = "tlds";
    tag = version;
    hash = "sha256-sMK+jglwhF8FX8yLDHBtheudfg20MOJhk+zHznQ0hbk=";
    hash = "sha256-rulYXgVjzPcb5cBi57u4uzR6KDCp+NUaUMzi1o/SrN4=";
  };

  nativeBuildInputs = [ setuptools ];