python3Packages.reflex: 0.8.26 -> 0.8.27

Diff: https://github.com/reflex-dev/reflex/compare/v0.8.26...v0.8.27

Changelog: https://github.com/reflex-dev/reflex/releases/tag/v0.8.27
This commit is contained in:
Fabian Affolter 2026-03-07 14:30:52 +01:00
parent 51be7946c5
commit bd7572c2cb

View file

@ -49,14 +49,14 @@
buildPythonPackage (finalAttrs: {
pname = "reflex";
version = "0.8.26";
version = "0.8.27";
pyproject = true;
src = fetchFromGitHub {
owner = "reflex-dev";
repo = "reflex";
tag = "v${finalAttrs.version}";
hash = "sha256-pV7J+O7WaD7hzrjvqOFtrj8CKT+SX6KWHot/VxEMtZQ=";
hash = "sha256-i6aMzFVvy/PKVk0eK250S3kDbaRKhgykBnRrPA8H42E=";
};
# For some reason, pre_commit is supposedly missing when python>=3.14