Commit f9601a89 authored by Fabian Affolter's avatar Fabian Affolter
Browse files

python311Packages.types-html5lib: 1.1.11.20240222 -> 1.1.11.20240228

parent 15e23a00
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -6,12 +6,12 @@

buildPythonPackage rec {
  pname = "types-html5lib";
  version = "1.1.11.20240222";
  version = "1.1.11.20240228";
  pyproject = true;

  src = fetchPypi {
    inherit pname version;
    hash = "sha256-2VF+xrovofYxE+KTClm2ByKpdsyYO5TX/XcvFIZeEVI=";
    hash = "sha256-InNrcpnmBexLpTnUhpHpBf0MYcPqYQrMWZIiMtyEzt4=";
  };

  nativeBuildInputs = [