python3Packages.supabase: 2.28.0 -> 2.28.3 (#500418)

This commit is contained in:
dotlambda
2026-04-06 21:13:37 +00:00
committed by GitHub
6 changed files with 12 additions and 12 deletions
@@ -16,14 +16,14 @@
buildPythonPackage rec {
pname = "postgrest";
version = "2.28.0";
version = "2.28.3";
pyproject = true;
src = fetchFromGitHub {
owner = "supabase";
repo = "supabase-py";
tag = "v${version}";
hash = "sha256-nK+IZRrKjNy84EC8krBvAZll5E0+jV3bLJh8qIVRElI=";
hash = "sha256-Ra7Ig9IMWouMIadx6mg/pe8GlgLCavR6OsPjqgySTCw=";
};
sourceRoot = "${src.name}/src/postgrest";
@@ -16,14 +16,14 @@
buildPythonPackage rec {
pname = "realtime";
version = "2.28.0";
version = "2.28.3";
pyproject = true;
src = fetchFromGitHub {
owner = "supabase";
repo = "supabase-py";
tag = "v${version}";
hash = "sha256-nK+IZRrKjNy84EC8krBvAZll5E0+jV3bLJh8qIVRElI=";
hash = "sha256-Ra7Ig9IMWouMIadx6mg/pe8GlgLCavR6OsPjqgySTCw=";
};
sourceRoot = "${src.name}/src/realtime";
@@ -16,14 +16,14 @@
buildPythonPackage rec {
pname = "storage3";
version = "2.28.0";
version = "2.28.3";
pyproject = true;
src = fetchFromGitHub {
owner = "supabase";
repo = "supabase-py";
tag = "v${version}";
hash = "sha256-nK+IZRrKjNy84EC8krBvAZll5E0+jV3bLJh8qIVRElI=";
hash = "sha256-Ra7Ig9IMWouMIadx6mg/pe8GlgLCavR6OsPjqgySTCw=";
};
sourceRoot = "${src.name}/src/storage";
@@ -14,14 +14,14 @@
}:
buildPythonPackage rec {
pname = "supabase-auth";
version = "2.28.0";
version = "2.28.3";
pyproject = true;
src = fetchFromGitHub {
owner = "supabase";
repo = "supabase-py";
tag = "v${version}";
hash = "sha256-nK+IZRrKjNy84EC8krBvAZll5E0+jV3bLJh8qIVRElI=";
hash = "sha256-Ra7Ig9IMWouMIadx6mg/pe8GlgLCavR6OsPjqgySTCw=";
};
sourceRoot = "${src.name}/src/auth";
@@ -13,14 +13,14 @@
buildPythonPackage rec {
pname = "supabase-functions";
version = "2.28.0";
version = "2.28.3";
pyproject = true;
src = fetchFromGitHub {
owner = "supabase";
repo = "supabase-py";
tag = "v${version}";
hash = "sha256-nK+IZRrKjNy84EC8krBvAZll5E0+jV3bLJh8qIVRElI=";
hash = "sha256-Ra7Ig9IMWouMIadx6mg/pe8GlgLCavR6OsPjqgySTCw=";
};
sourceRoot = "${src.name}/src/functions";
@@ -18,14 +18,14 @@
buildPythonPackage rec {
pname = "supabase";
version = "2.28.0";
version = "2.28.3";
pyproject = true;
src = fetchFromGitHub {
owner = "supabase";
repo = "supabase-py";
tag = "v${version}";
hash = "sha256-nK+IZRrKjNy84EC8krBvAZll5E0+jV3bLJh8qIVRElI=";
hash = "sha256-Ra7Ig9IMWouMIadx6mg/pe8GlgLCavR6OsPjqgySTCw=";
};
sourceRoot = "${src.name}/src/supabase";