Commit 26f78451 authored by Martin Weinelt's avatar Martin Weinelt
Browse files

python3Packages.supabase: 2.17.0 -> 2.27.2

This commit was automatically generated using update-python-libraries.
parent 8552e1ad
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -16,14 +16,14 @@

buildPythonPackage rec {
  pname = "supabase";
  version = "2.17.0";
  version = "2.27.2";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "supabase";
    repo = "supabase-py";
    rev = "v${version}";
    hash = "sha256-psfDs5BCtUjyPsfLwksNvzLmUKmYDvmxKIDPQE/NmQU=";
    tag = "v${version}";
    hash = "sha256-TRATa+lDRm2MDuARXfBRWnWYUak8i1fW7rr5ujWN8TY=";
  };

  build-system = [ poetry-core ];