We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ec89f4 commit f785736Copy full SHA for f785736
pkgs/development/python-modules/reflex/default.nix
@@ -43,14 +43,14 @@
43
44
buildPythonPackage rec {
45
pname = "reflex";
46
- version = "0.7.9";
+ version = "0.7.10";
47
pyproject = true;
48
49
src = fetchFromGitHub {
50
owner = "reflex-dev";
51
repo = "reflex";
52
tag = "v${version}";
53
- hash = "sha256-xY1A618BUciWbHtCPUVPZz/41PBVId4qI6WlCFOdoT8=";
+ hash = "sha256-4A/pemu8inIoHjF1Q7INtaEQe4zOU48n4DpwQogtzb4=";
54
};
55
56
# 'rich' is also somehow checked when building the wheel,
0 commit comments