python3Packages.reflex: 0.7.10 -> 0.7.11 (#407082)

This commit is contained in:
Peder Bergebakken Sundt
2025-05-15 00:20:51 +02:00
committed by GitHub

View File

@@ -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,