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

python3Packages.publicsuffixlist: 1.0.2.20260417 -> 1.0.2.20260422 (#512335)

parents 7b14438a 0507650e
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -11,12 +11,12 @@

buildPythonPackage (finalAttrs: {
  pname = "publicsuffixlist";
  version = "1.0.2.20260417";
  version = "1.0.2.20260422";
  pyproject = true;

  src = fetchPypi {
    inherit (finalAttrs) pname version;
    hash = "sha256-NiVaU/Oj/qNDbOicG3AUZVVOVFPL9/Vnbp6kyUJ6pyg=";
    hash = "sha256-dFmSz317sHAg2PCBg2wAGM3shb27sqRkx5M1xcO2gsw=";
  };

  postPatch = ''