python3Packages.reflex-chakra: 0.7.1 -> 0.8.2post1

https://github.com/reflex-dev/reflex-chakra/releases/tag/v0.8.2post1

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2025-08-09 19:04:00 +02:00
parent 3bd4fda37b
commit 9f814efce4
@@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "reflex-chakra";
version = "0.7.1";
version = "0.8.2post1";
pyproject = true;
disabled = pythonOlder "3.9";
@@ -19,7 +19,7 @@ buildPythonPackage rec {
owner = "reflex-dev";
repo = "reflex-chakra";
tag = "v${version}";
hash = "sha256-dAenwsFhRj9BzdGyaC38TwBWog95H0mSA0ullt4otHA=";
hash = "sha256-DugZRZpGP90EFkBjpAS1XkjrNPG6WWwCQPUcEZJ0ff8=";
};
build-system = [ hatchling ];