Commit 7b80e254 authored by Martin Weinelt's avatar Martin Weinelt
Browse files

python3Packages.storage3: 0.12.1 -> 0.12.2

This commit was automatically generated using update-python-libraries.
parent 2b1dfccf
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 = [