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

python3Packages.types-html5lib: 1.1.11.20251115 -> 1.1.11.20251117 (#462905)

parents a147d425 7686bb42
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -8,13 +8,13 @@

buildPythonPackage rec {
  pname = "types-html5lib";
  version = "1.1.11.20251115";
  version = "1.1.11.20251117";
  pyproject = true;

  src = fetchPypi {
    pname = "types_html5lib";
    inherit version;
    hash = "sha256-pLZmoG5JbXsqlInckgbwmiSfq3xihlrGAkzsJGKLFdM=";
    hash = "sha256-Gmo6xTlKoSv1R/rl1e/5Hc7sRrbQfENn2bOaN/QvIBo=";
  };

  build-system = [ setuptools ];