Unverified Commit 45ea5fdb authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

python3Packages.reflex: 0.8.26 -> 0.8.27 (#497558)

parents ec9dd9a5 bd7572c2
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -49,14 +49,14 @@

buildPythonPackage (finalAttrs: {
  pname = "reflex";
  version = "0.8.26";
  version = "0.8.27";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "reflex-dev";
    repo = "reflex";
    tag = "v${finalAttrs.version}";
    hash = "sha256-pV7J+O7WaD7hzrjvqOFtrj8CKT+SX6KWHot/VxEMtZQ=";
    hash = "sha256-i6aMzFVvy/PKVk0eK250S3kDbaRKhgykBnRrPA8H42E=";
  };

  # For some reason, pre_commit is supposedly missing when python>=3.14