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

python312Packages.publicsuffixlist: 1.0.2.20240920 -> 1.0.2.20240927 (#344953)

parents 2aba8d3c d0e35ece
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.20240920";
  version = "1.0.2.20240927";
  pyproject = true;

  disabled = pythonOlder "3.7";

  src = fetchPypi {
    inherit pname version;
    hash = "sha256-LZDAepnKR2/BfU/grBE1Aw3wXwt9atAPu3dfh9KZ9tE=";
    hash = "sha256-nelIcgIsZNa7sqIT7AyA3eZqBpkSZisn/3osvqaBhNk=";
  };

  build-system = [ setuptools ];