Unverified Commit 3a0d4074 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

python312Packages.publicsuffixlist: 1.0.2.20240911 -> 1.0.2.20240912 (#341315)

parents e846d40f 33975a5f
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -11,14 +11,14 @@

buildPythonPackage rec {
  pname = "publicsuffixlist";
  version = "1.0.2.20240911";
  version = "1.0.2.20240912";
  pyproject = true;

  disabled = pythonOlder "3.7";

  src = fetchPypi {
    inherit pname version;
    hash = "sha256-U3gcjBmDGThIFXNw8E6yxEL3sYULfrEdOxgIWzGbhSk=";
    hash = "sha256-BF5puZ4AL1IoXun+vZ71WrKREShYj60Zdsy4uzh5h9I=";
  };

  build-system = [ setuptools ];