Unverified Commit 0746665f authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

Merge pull request #287647 from r-ryantm/auto-update/python312Packages.publicsuffixlist

python312Packages.publicsuffixlist: 0.10.0.20240207 -> 0.10.0.20240210
parents 00e6f28d 278fead4
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -10,14 +10,14 @@

buildPythonPackage rec {
  pname = "publicsuffixlist";
  version = "0.10.0.20240207";
  version = "0.10.0.20240210";
  pyproject = true;

  disabled = pythonOlder "3.7";

  src = fetchPypi {
    inherit pname version;
    hash = "sha256-P9VC6y7hhhIM7+DCtLDDIWOwLQNdvdOqgLg/h+JAnhs=";
    hash = "sha256-U19eJmRDA1Ozz6f81IbXepsXScf7yJZQiaNecqdsYK4=";
  };

  nativeBuildInputs = [