python3Packages.reflex: 0.8.27 -> 0.8.28 (#502463)

This commit is contained in:
Peder Bergebakken Sundt
2026-03-23 20:49:54 +00:00
committed by GitHub
@@ -49,14 +49,14 @@
buildPythonPackage (finalAttrs: {
pname = "reflex";
version = "0.8.27";
version = "0.8.28";
pyproject = true;
src = fetchFromGitHub {
owner = "reflex-dev";
repo = "reflex";
tag = "v${finalAttrs.version}";
hash = "sha256-i6aMzFVvy/PKVk0eK250S3kDbaRKhgykBnRrPA8H42E=";
hash = "sha256-sohID83qFnXV8vsaRy+t4cKxkki97U7sFxHIEYIEWeY=";
};
# For some reason, pre_commit is supposedly missing when python>=3.14