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

Merge pull request #290380 from fabaff/types-html5lib-bump

python312Packages.types-html5lib: 1.1.11.20240217 -> 1.1.11.20240221
parents 63cf45a2 c06f0af9
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 = [