python3Packages.reflex: 0.8.11 -> 0.8.12 (#446689)

Changed files
+2 -2
pkgs
development
python-modules
reflex
+2 -2
pkgs/development/python-modules/reflex/default.nix
···
buildPythonPackage rec {
pname = "reflex";
-
version = "0.8.11";
+
version = "0.8.12";
pyproject = true;
src = fetchFromGitHub {
owner = "reflex-dev";
repo = "reflex";
tag = "v${version}";
-
hash = "sha256-kIYwdtzyhkg1y4Rv+HN1656ET8lhRtIBrrS5W9obmoM=";
+
hash = "sha256-NNjabOL5ls5aUaM+KiyLRwrkh2nAnwMYwDsd+jIsGLc=";
};
# 'rich' is also somehow checked when building the wheel,