Skip to content

Commit

Permalink
python312Packages.reflex-chakra: 0.5.10 -> 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pbsds committed Sep 26, 2024
1 parent 7e0ec1e commit 6a20990
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/reflex-chakra/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

buildPythonPackage rec {
pname = "reflex-chakra";
version = "0.5.10";
version = "0.6.0";
pyproject = true;

disabled = pythonOlder "3.8";
Expand All @@ -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 = [
Expand Down

0 comments on commit 6a20990

Please sign in to comment.