nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix

python3Packages.types-html5lib: 1.1.11.20250708 -> 1.1.11.20250809 (#424805)

authored by

Weijia Wang and committed by
GitHub
cab89503 6e3ef524

+2 -2
+2 -2
pkgs/development/python-modules/types-html5lib/default.nix
··· 7 7 8 8 buildPythonPackage rec { 9 9 pname = "types-html5lib"; 10 - version = "1.1.11.20250708"; 10 + version = "1.1.11.20250809"; 11 11 pyproject = true; 12 12 13 13 src = fetchPypi { 14 14 pname = "types_html5lib"; 15 15 inherit version; 16 - hash = "sha256-JDIXIP26xxzuUNWkvsm3RISVtyF5dM/+P88e3k7vev4="; 16 + hash = "sha256-eXbsdCa7AJmX3F4HK8o+2YjddH0Mv+CTx9+9PV7Iv1c="; 17 17 }; 18 18 19 19 nativeBuildInputs = [ setuptools ];