python3Packages.reflex: 0.8.6 -> 0.8.7

Changelog: https://github.com/reflex-dev/reflex/releases/tag/v0.8.7
This commit is contained in:
Peder Bergebakken Sundt
2025-08-25 09:23:09 +02:00
parent b6589d4aaf
commit 54750bcd00
@@ -43,14 +43,14 @@
buildPythonPackage rec {
pname = "reflex";
version = "0.8.6";
version = "0.8.7";
pyproject = true;
src = fetchFromGitHub {
owner = "reflex-dev";
repo = "reflex";
tag = "v${version}";
hash = "sha256-Tas67x9UEFSR7yyENvixzCWbbKgP+OBMw6prnxWgCQo=";
hash = "sha256-ieR+Wxj1bJp3dQpw6j2Wki1nm4MWtVZ+UOtDl+6ip7M=";
};
# 'rich' is also somehow checked when building the wheel,