python312Packages.reflex-chakra: 0.5.10 -> 0.6.0

Changelog: https://github.com/reflex-dev/reflex-chakra/releases/tag/v0.6.0
This commit is contained in:
Peder Bergebakken Sundt 2024-09-25 01:11:46 +02:00
parent 7e0ec1e462
commit 6a20990721

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 = [