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

python312Packages.publicsuffixlist: 1.0.2.20240913 -> 1.0.2.20240915 (#342059)

parents 227e5ea5 bec7b80e
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.20240913";
  version = "1.0.2.20240915";
  pyproject = true;

  disabled = pythonOlder "3.7";

  src = fetchPypi {
    inherit pname version;
    hash = "sha256-H7+HSF0XKfAOA8LI+/O3Ke495Yhrwb2LWAz4bd2FC18=";
    hash = "sha256-fUo6D2QF1TMpC04Em97V1QDKN4mBq5bJzLbOT5xmZVM=";
  };

  build-system = [ setuptools ];