Unverified Commit 30ff1620 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

python312Packages.reflex: 0.6.1 -> 0.6.2 (#347564)

parents 7ce3789e e91dc734
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -47,7 +47,7 @@

buildPythonPackage rec {
  pname = "reflex";
  version = "0.6.1";
  version = "0.6.2.post1";
  pyproject = true;

  disabled = pythonOlder "3.10";
@@ -56,7 +56,7 @@ buildPythonPackage rec {
    owner = "reflex-dev";
    repo = "reflex";
    rev = "refs/tags/v${version}";
    hash = "sha256-p7o7e/OBX8P5QKsHNInKKQO1jklTr61SXuGk+ceakJU=";
    hash = "sha256-JW1hebcoBMMEirJkJ5Cquh23p9Gv3RU5AxPbXUcwPK4=";
  };

  pythonRelaxDeps = [