File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed
pkgs/development/python-modules/reflex Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change 66 attrs ,
77 build ,
88 charset-normalizer ,
9+ ruff ,
910 dill ,
1011 distro ,
1112 fastapi ,
5051
5152buildPythonPackage 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
You can’t perform that action at this time.
0 commit comments