Skip to content

Commit

Permalink
python312Packages.reflex-chakra: 0.6.0 -> 0.6.1 (#345838)
Browse files Browse the repository at this point in the history
  • Loading branch information
fabaff authored Oct 2, 2024
2 parents cb793d5 + 0e2fb41 commit d483a38
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.6.0";
version = "0.6.1";
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-5Lins7cbZWQTbJFBwR9qUdgTPHifPxD3BrvaawIKCJE=";
hash = "sha256-nmZ41V/1TbslAQIkJQLgdLfWS2qSVrAnVqbv8sajL5c=";
};

pythonRemoveDeps = [
Expand Down

0 comments on commit d483a38

Please sign in to comment.