python3Packages.reflex: 0.8.9 -> 0.8.11 (#443448)

This commit is contained in:
Fabian Affolter
2025-09-16 19:03:20 +00:00
committed by GitHub
@@ -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,