Skip to content

Commit e512a02

Browse files
committed
python313Packages.reflex: 0.7.5 -> 0.7.6
Changelog: https://github.com/reflex-dev/reflex/releases/tag/v0.7.6
1 parent 2f79096 commit e512a02

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

pkgs/development/python-modules/reflex/default.nix

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
attrs,
77
build,
88
charset-normalizer,
9+
ruff,
910
dill,
1011
distro,
1112
fastapi,
@@ -50,14 +51,14 @@
5051

5152
buildPythonPackage rec {
5253
pname = "reflex";
53-
version = "0.7.5";
54+
version = "0.7.6";
5455
pyproject = true;
5556

5657
src = fetchFromGitHub {
5758
owner = "reflex-dev";
5859
repo = "reflex";
5960
tag = "v${version}";
60-
hash = "sha256-uHlLItjONHGnuE4t2UOcVRYxcDDbRldUwHd8mPn7JfY=";
61+
hash = "sha256-LwonbORSoNKi1dHmKxjI2H3G+ZtEGFSpQGwPi/2lRv4=";
6162
};
6263

6364
pythonRelaxDeps = [
@@ -76,6 +77,7 @@ buildPythonPackage rec {
7677
alembic
7778
build # used in custom_components/custom_components.py
7879
charset-normalizer
80+
ruff
7981
dill
8082
distro
8183
fastapi
@@ -111,6 +113,7 @@ buildPythonPackage rec {
111113
pytest-asyncio
112114
pytest-mock
113115
python-dotenv
116+
ruff
114117
playwright
115118
attrs
116119
numpy

0 commit comments

Comments
 (0)