python3Packages.tinyhtml5: 2.0.0 -> 2.1.0 (#497250)

This commit is contained in:
Peder Bergebakken Sundt
2026-04-21 19:43:32 +00:00
committed by GitHub
@@ -9,14 +9,14 @@
buildPythonPackage rec {
pname = "tinyhtml5";
version = "2.0.0";
version = "2.1.0";
pyproject = true;
src = fetchFromGitHub {
owner = "CourtBouillon";
repo = "tinyhtml5";
tag = version;
hash = "sha256-8OKZAQyFMoICcln6XxTE9MHivXaW8pBVC6n+hbriIoU=";
hash = "sha256-PSDlCLPK3JVMq5dyt6xzNb4xx3F8Jwf8HAgYLKoXH+E=";
};
build-system = [