python3Packages.reflex: 0.8.27 -> 0.8.28

This commit is contained in:
R. Ryantm
2026-03-23 07:38:52 +00:00
parent e23feebdb9
commit c58fadbe48
@@ -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