python3Packages.reflex: 0.8.9 -> 0.8.11

This commit is contained in:
R. Ryantm
2025-09-16 13:54:45 +00:00
parent b780ce5f51
commit 0e373ee519
@@ -42,14 +42,14 @@
buildPythonPackage rec {
pname = "reflex";
version = "0.8.9";
version = "0.8.11";
pyproject = true;
src = fetchFromGitHub {
owner = "reflex-dev";
repo = "reflex";
tag = "v${version}";
hash = "sha256-foyMNW1ffBowEyCSD4SKPLGxWifQGQqKDRfqVFFX8Yw=";
hash = "sha256-kIYwdtzyhkg1y4Rv+HN1656ET8lhRtIBrrS5W9obmoM=";
};
# 'rich' is also somehow checked when building the wheel,