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

python313Packages.publicsuffixlist: 1.0.2.20250927 -> 1.0.2.20251002

parent 625ad636
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.20250927";
  version = "1.0.2.20251002";
  pyproject = true;

  disabled = pythonOlder "3.7";

  src = fetchPypi {
    inherit pname version;
    hash = "sha256-vbAul+z36HKdKB0MEcuo7ux8wr5vg+v4cUJqGWy1rjg=";
    hash = "sha256-Z5PJfDiXRYAsq8ZGIuk5HCJhHWQjqSZro01YjJOwP5k=";
  };

  build-system = [ setuptools ];