Skip to content

Commit 8b887fc

Browse files
authored
python3Packages.reflex: 0.7.10 -> 0.7.11 (#407082)
2 parents bc26cb0 + ca50176 commit 8b887fc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,14 +43,14 @@
4343

4444
buildPythonPackage rec {
4545
pname = "reflex";
46-
version = "0.7.10";
46+
version = "0.7.11";
4747
pyproject = true;
4848

4949
src = fetchFromGitHub {
5050
owner = "reflex-dev";
5151
repo = "reflex";
5252
tag = "v${version}";
53-
hash = "sha256-4A/pemu8inIoHjF1Q7INtaEQe4zOU48n4DpwQogtzb4=";
53+
hash = "sha256-WL61XQGBkTXHQBMEbw/pr+PrkinUGT8cPGhquduPgRY=";
5454
};
5555

5656
# 'rich' is also somehow checked when building the wheel,

0 commit comments

Comments
 (0)