mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
python3Packages.fasthtml: 0.12.48 -> 0.13.3 (#533848)
This commit is contained in:
commit
68dcf53f25
1 changed files with 2 additions and 2 deletions
|
|
@ -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 = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue