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

python3Packages.types-html5lib: 1.1.11.20250917 -> 1.1.11.20251014 (#453645)

parents e8fc64f8 ac7afae9
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -7,13 +7,13 @@

buildPythonPackage rec {
  pname = "types-html5lib";
  version = "1.1.11.20250917";
  version = "1.1.11.20251014";
  pyproject = true;

  src = fetchPypi {
    pname = "types_html5lib";
    inherit version;
    hash = "sha256-e1J0M3fzP5tP1zha+9LUV7iGTuUfkP8qeVrZ6MBTNzo=";
    hash = "sha256-zGKNYm4BEaJCamT18GHs/RE5WLaf9rPcDqrtI0e6lFU=";
  };

  nativeBuildInputs = [ setuptools ];