Skip to content

Commit a95e690

Browse files
authored
python313Packages.reflex: 0.7.5 -> 0.7.6 (NixOS#398029)
2 parents c3c450f + 4567124 commit a95e690

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,14 @@
1818

1919
buildPythonPackage rec {
2020
pname = "reflex-hosting-cli";
21-
version = "0.1.36";
21+
version = "0.1.42";
2222
pyproject = true;
2323

2424
# source is not published https://github.com/reflex-dev/reflex/issues/3762
2525
src = fetchPypi {
2626
pname = "reflex_hosting_cli";
2727
inherit version;
28-
hash = "sha256-adLv5f9ikjTWvyC1UGfgocbSBFhhqTeo4JL8tLO1jyw=";
28+
hash = "sha256-kp2S3xnclMktEi6aqMBahQVZQeLriSigq77mRu+7A9I=";
2929
};
3030

3131
pythonRelaxDeps = [ "pipdeptree" ];

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)