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

python312Packages.tlds: 2025042400 -> 2025043000 (#403228)

parents 1cfc4b6f fa25c344
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -8,14 +8,14 @@

buildPythonPackage rec {
  pname = "tlds";
  version = "2025042400";
  version = "2025043000";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "kichik";
    repo = "tlds";
    tag = version;
    hash = "sha256-SxiV0EVOECxNjq+v8dCKtm+zcAvNdG6HwsQzUpmVaos=";
    hash = "sha256-yyDnQMQmZAlHvrWgxSi47E26fJ74FI4COwv1NOLvOL0=";
  };

  nativeBuildInputs = [ setuptools ];