python3Packages.fasthtml: 0.12.48 -> 0.13.3 (#533848)

This commit is contained in:
Vladimír Čunát 2026-06-21 08:00:56 +00:00 committed by GitHub
commit 68dcf53f25
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -31,14 +31,14 @@
buildPythonPackage (finalAttrs: {
pname = "fasthtml";
version = "0.12.48";
version = "0.13.3";
pyproject = true;
src = fetchFromGitHub {
owner = "AnswerDotAI";
repo = "fasthtml";
tag = finalAttrs.version;
hash = "sha256-lMAuIw4sMkS3XSG/0Bs0iQPSjMusbmjUKv0w4cINwas=";
hash = "sha256-PS5HGegC6pG/bJAGrKDsRYguBnNS9EDrZIjWvjErO4M=";
};
build-system = [