Commit 17547b7a authored by R. RyanTM's avatar R. RyanTM
Browse files

python3Packages.publicsuffixlist: 1.0.2.20260328 -> 1.0.2.20260403

parent d668df27
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.20260328";
  version = "1.0.2.20260403";
  pyproject = true;

  src = fetchPypi {
    inherit (finalAttrs) pname version;
    hash = "sha256-RJ5QQVlEHC1g+2LMe3TEj6YtFHNaX4irhOTQ64ZnM/4=";
    hash = "sha256-kXg8lEvIBF6p2AfW7CjQheTU64qxko2AtSZYu+g5u98=";
  };

  postPatch = ''