python312Packages.reflex: 0.5.10 -> 0.6.0 (#344324)

This commit is contained in:
Fabian Affolter 2024-09-27 09:11:58 +02:00 committed by GitHub
commit 12ef55f6f4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 5 deletions

View File

@ -8,7 +8,7 @@
buildPythonPackage rec {
pname = "reflex-chakra";
version = "0.5.10";
version = "0.6.0";
pyproject = true;
disabled = pythonOlder "3.8";
@ -17,7 +17,7 @@ buildPythonPackage rec {
owner = "reflex-dev";
repo = "reflex-chakra";
rev = "refs/tags/v${version}";
hash = "sha256-EEU2BdkAJ3jPGMUCfXprUIGTXRbOK+uFtoWmjrBsclY=";
hash = "sha256-5Lins7cbZWQTbJFBwR9qUdgTPHifPxD3BrvaawIKCJE=";
};
pythonRemoveDeps = [

View File

@ -46,16 +46,16 @@
buildPythonPackage rec {
pname = "reflex";
version = "0.5.10";
version = "0.6.0";
pyproject = true;
disabled = pythonOlder "3.8";
disabled = pythonOlder "3.10";
src = fetchFromGitHub {
owner = "reflex-dev";
repo = "reflex";
rev = "refs/tags/v${version}";
hash = "sha256-8nwVB5FthDbhQRO663vRTqT8KPtStbdSgEoZ75EnhmE=";
hash = "sha256-6yu9EfyX/1kvvmkmKGJrZnVffRHGWY/iUrn5BIrNx38=";
};
pythonRelaxDeps = [