python313Packages.reflex: 0.7.11 -> 0.7.12

Changelog: https://github.com/reflex-dev/reflex/releases/tag/v0.7.12
This commit is contained in:
Peder Bergebakken Sundt
2025-05-20 00:38:44 +02:00
parent c5c8dc434f
commit d86bf27135
@@ -43,14 +43,14 @@
buildPythonPackage rec {
pname = "reflex";
version = "0.7.11";
version = "0.7.12";
pyproject = true;
src = fetchFromGitHub {
owner = "reflex-dev";
repo = "reflex";
tag = "v${version}";
hash = "sha256-WL61XQGBkTXHQBMEbw/pr+PrkinUGT8cPGhquduPgRY=";
hash = "sha256-v7oKfAh+qG+eQC6NKS7r4ZFokXHlF6Di0529xBcEAdk=";
};
# 'rich' is also somehow checked when building the wheel,