python313Packages.reflex: 0.7.5 -> 0.7.6 (#398029)

authored by Peder Bergebakken Sundt and committed by GitHub a95e690e c3c450f5

+7 -4
+2 -2
pkgs/development/python-modules/reflex-hosting-cli/default.nix
··· 18 19 buildPythonPackage rec { 20 pname = "reflex-hosting-cli"; 21 - version = "0.1.36"; 22 pyproject = true; 23 24 # source is not published https://github.com/reflex-dev/reflex/issues/3762 25 src = fetchPypi { 26 pname = "reflex_hosting_cli"; 27 inherit version; 28 - hash = "sha256-adLv5f9ikjTWvyC1UGfgocbSBFhhqTeo4JL8tLO1jyw="; 29 }; 30 31 pythonRelaxDeps = [ "pipdeptree" ];
··· 18 19 buildPythonPackage rec { 20 pname = "reflex-hosting-cli"; 21 + version = "0.1.42"; 22 pyproject = true; 23 24 # source is not published https://github.com/reflex-dev/reflex/issues/3762 25 src = fetchPypi { 26 pname = "reflex_hosting_cli"; 27 inherit version; 28 + hash = "sha256-kp2S3xnclMktEi6aqMBahQVZQeLriSigq77mRu+7A9I="; 29 }; 30 31 pythonRelaxDeps = [ "pipdeptree" ];
+5 -2
pkgs/development/python-modules/reflex/default.nix
··· 6 attrs, 7 build, 8 charset-normalizer, 9 dill, 10 distro, 11 fastapi, ··· 50 51 buildPythonPackage rec { 52 pname = "reflex"; 53 - version = "0.7.5"; 54 pyproject = true; 55 56 src = fetchFromGitHub { 57 owner = "reflex-dev"; 58 repo = "reflex"; 59 tag = "v${version}"; 60 - hash = "sha256-uHlLItjONHGnuE4t2UOcVRYxcDDbRldUwHd8mPn7JfY="; 61 }; 62 63 pythonRelaxDeps = [ ··· 76 alembic 77 build # used in custom_components/custom_components.py 78 charset-normalizer 79 dill 80 distro 81 fastapi ··· 111 pytest-asyncio 112 pytest-mock 113 python-dotenv 114 playwright 115 attrs 116 numpy
··· 6 attrs, 7 build, 8 charset-normalizer, 9 + ruff, 10 dill, 11 distro, 12 fastapi, ··· 51 52 buildPythonPackage rec { 53 pname = "reflex"; 54 + version = "0.7.6"; 55 pyproject = true; 56 57 src = fetchFromGitHub { 58 owner = "reflex-dev"; 59 repo = "reflex"; 60 tag = "v${version}"; 61 + hash = "sha256-LwonbORSoNKi1dHmKxjI2H3G+ZtEGFSpQGwPi/2lRv4="; 62 }; 63 64 pythonRelaxDeps = [ ··· 77 alembic 78 build # used in custom_components/custom_components.py 79 charset-normalizer 80 + ruff 81 dill 82 distro 83 fastapi ··· 113 pytest-asyncio 114 pytest-mock 115 python-dotenv 116 + ruff 117 playwright 118 attrs 119 numpy