python313Packages.reflex-chakra: 0.7.0 -> 0.7.1

Changelog: https://github.com/reflex-dev/reflex-chakra/releases/tag/v0.7.1
This commit is contained in:
Fabian Affolter
2025-05-24 23:49:33 +02:00
parent 79b77bab1c
commit 5e6bbf4eda
@@ -2,7 +2,7 @@
lib,
buildPythonPackage,
fetchFromGitHub,
poetry-core,
hatchling,
pythonOlder,
reflex,
pytestCheckHook,
@@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "reflex-chakra";
version = "0.7.0";
version = "0.7.1";
pyproject = true;
disabled = pythonOlder "3.9";
@@ -19,14 +19,12 @@ buildPythonPackage rec {
owner = "reflex-dev";
repo = "reflex-chakra";
tag = "v${version}";
hash = "sha256-foIXPLWcxNf33y39BgiRpvwRnZOTcfAjhCvC4TD8ZMs=";
hash = "sha256-dAenwsFhRj9BzdGyaC38TwBWog95H0mSA0ullt4otHA=";
};
build-system = [ poetry-core ];
build-system = [ hatchling ];
dependencies = [
reflex
];
dependencies = [ reflex ];
pythonImportsCheck = [ "reflex_chakra" ];