python3Packages.storage3: 0.12.1 -> 0.12.2

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2026-02-01 17:39:00 +01:00
parent 2b1dfccfe8
commit 7b80e25470
@@ -11,14 +11,14 @@
buildPythonPackage rec {
pname = "storage3";
version = "0.12.1";
version = "0.12.2";
pyproject = true;
src = fetchFromGitHub {
owner = "supabase";
repo = "storage-py";
tag = "v${version}";
hash = "sha256-Ef309CTnzbaqKAVMdvroUYAy9RImWZZqhsnwRdpGVkk=";
hash = "sha256-ACilbwSCNEsXyr2lUTkhOgfw/SiTnwj+rA07tnuFy5A=";
};
dependencies = [