Skip to content

Commit f785736

Browse files
committed
python313Packages.reflex: 0.7.9 -> 0.7.10
Changelog: https://github.com/reflex-dev/reflex/releases/tag/v0.7.10
1 parent 7ec89f4 commit f785736

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.9";
46+
version = "0.7.10";
4747
pyproject = true;
4848

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

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

0 commit comments

Comments
 (0)