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

python3Packages.publicsuffixlist: 1.0.2.20260411 -> 1.0.2.20260412 (#509473)

parents 667087e5 69ad71b8
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.20260411";
  version = "1.0.2.20260412";
  pyproject = true;

  src = fetchPypi {
    inherit (finalAttrs) pname version;
    hash = "sha256-24VElVHBxL7czt72+iDuHxw8V+ivpcOTx0wNDdmcPWM=";
    hash = "sha256-wRQDRrKd86CZZ4bVBQXZKeeb25EQ+rUHWT+P5hEItnE=";
  };

  postPatch = ''