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.
2 parents bc26cb0 + ca50176 commit 8b887fcCopy full SHA for 8b887fc
pkgs/development/python-modules/reflex/default.nix
@@ -43,14 +43,14 @@
43
44
buildPythonPackage rec {
45
pname = "reflex";
46
- version = "0.7.10";
+ version = "0.7.11";
47
pyproject = true;
48
49
src = fetchFromGitHub {
50
owner = "reflex-dev";
51
repo = "reflex";
52
tag = "v${version}";
53
- hash = "sha256-4A/pemu8inIoHjF1Q7INtaEQe4zOU48n4DpwQogtzb4=";
+ hash = "sha256-WL61XQGBkTXHQBMEbw/pr+PrkinUGT8cPGhquduPgRY=";
54
};
55
56
# 'rich' is also somehow checked when building the wheel,
0 commit comments