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

python311Packages.publicsuffixlist: 0.10.0.20240305 -> 0.10.0.20240312

parent c59aeecf
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.20240305";
  version = "0.10.0.20240312";
  pyproject = true;

  disabled = pythonOlder "3.7";

  src = fetchPypi {
    inherit pname version;
    hash = "sha256-bnnqc7AnjOGxAvOtaBXypbaDhk2plIugsOqzGAxBn38=";
    hash = "sha256-ApEvPghPrWfiRjNl/UMVRJIdnbP1H21DzqcWnIax8Yg=";
  };

  nativeBuildInputs = [