python3Packages.reflex: 0.7.10 -> 0.7.11

This commit is contained in:
R. Ryantm
2025-05-14 17:27:40 +00:00
parent dac052eb34
commit ca5017670f
@@ -43,14 +43,14 @@
buildPythonPackage rec {
pname = "reflex";
version = "0.7.10";
version = "0.7.11";
pyproject = true;
src = fetchFromGitHub {
owner = "reflex-dev";
repo = "reflex";
tag = "v${version}";
hash = "sha256-4A/pemu8inIoHjF1Q7INtaEQe4zOU48n4DpwQogtzb4=";
hash = "sha256-WL61XQGBkTXHQBMEbw/pr+PrkinUGT8cPGhquduPgRY=";
};
# 'rich' is also somehow checked when building the wheel,