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

python313Packages.publicsuffixlist: 1.0.2.20251126 -> 1.0.2.20251128 (#466542)

parents 8ac6f7bd 214cb94a
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -10,12 +10,12 @@

buildPythonPackage rec {
  pname = "publicsuffixlist";
  version = "1.0.2.20251126";
  version = "1.0.2.20251128";
  pyproject = true;

  src = fetchPypi {
    inherit pname version;
    hash = "sha256-4leRLqzBF326f4/VkOBhnQVhtDeUYAoqJ7ro5EkWsgg=";
    hash = "sha256-JXOynB/jza+ELY1q2XEoLawZgyEt360GF98GRUMn3Do=";
  };

  build-system = [ setuptools ];