Skip to content

Commit d483a38

Browse files
authored
python312Packages.reflex-chakra: 0.6.0 -> 0.6.1 (#345838)
2 parents cb793d5 + 0e2fb41 commit d483a38

File tree

1 file changed

+2
-2
lines changed
  • pkgs/development/python-modules/reflex-chakra

1 file changed

+2
-2
lines changed

pkgs/development/python-modules/reflex-chakra/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
buildPythonPackage rec {
1010
pname = "reflex-chakra";
11-
version = "0.6.0";
11+
version = "0.6.1";
1212
pyproject = true;
1313

1414
disabled = pythonOlder "3.8";
@@ -17,7 +17,7 @@ buildPythonPackage rec {
1717
owner = "reflex-dev";
1818
repo = "reflex-chakra";
1919
rev = "refs/tags/v${version}";
20-
hash = "sha256-5Lins7cbZWQTbJFBwR9qUdgTPHifPxD3BrvaawIKCJE=";
20+
hash = "sha256-nmZ41V/1TbslAQIkJQLgdLfWS2qSVrAnVqbv8sajL5c=";
2121
};
2222

2323
pythonRemoveDeps = [

0 commit comments

Comments
 (0)