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

python312Packages.types-html5lib: 1.1.11.20240217 -> 1.1.11.20240221

parent b50a77c0
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.20240217";
  version = "1.1.11.20240221";
  pyproject = true;

  src = fetchPypi {
    inherit pname version;
    hash = "sha256-58YJ/Bz9M7ZmxRXRXKKJNjWcWlbQs41aYma/L1HK9Ow=";
    hash = "sha256-mkKut60hArzno+NNCt/KSyXT2qLVTX4JUqiEXzrZCaI=";
  };

  nativeBuildInputs = [