Commit d3a9ac5b authored by Fabian Affolter's avatar Fabian Affolter
Browse files

python312Packages.publicsuffixlist: 0.10.1.20240616 -> 0.10.1.20240618

parent 4eb5dace
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -11,14 +11,14 @@

buildPythonPackage rec {
  pname = "publicsuffixlist";
  version = "0.10.1.20240616";
  version = "0.10.1.20240618";
  pyproject = true;

  disabled = pythonOlder "3.7";

  src = fetchPypi {
    inherit pname version;
    hash = "sha256-fVmEBr9omsCeRAsaPUZ07y1in/bx7JeGHIPwrBxGpY8=";
    hash = "sha256-+wJoH/vCwNPmQlQfikDmnqbNQlMLA315N+U4Yvy/mMw=";
  };

  build-system = [ setuptools ];