Skip to content

Commit 8f1d307

Browse files
committed
1 parent 9d24811 commit 8f1d307

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
@@ -50,14 +50,14 @@
5050

5151
buildPythonPackage rec {
5252
pname = "reflex";
53-
version = "0.7.4";
53+
version = "0.7.5";
5454
pyproject = true;
5555

5656
src = fetchFromGitHub {
5757
owner = "reflex-dev";
5858
repo = "reflex";
5959
tag = "v${version}";
60-
hash = "sha256-Ra7XFa86sZ18xXjfJ4COiIl7MDqz87MPLRws+kGEfKk=";
60+
hash = "sha256-uHlLItjONHGnuE4t2UOcVRYxcDDbRldUwHd8mPn7JfY=";
6161
};
6262

6363
pythonRelaxDeps = [

0 commit comments

Comments
 (0)