python3Packages.gotrue: 2.12.0 -> 2.12.3 (#429992)

This commit is contained in:
Yohann Boniface
2025-08-10 22:57:32 +02:00
committed by GitHub
@@ -12,12 +12,12 @@
buildPythonPackage rec {
pname = "gotrue";
version = "2.12.0";
version = "2.12.3";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-ueoWTuUpZNg2TFUM3hbdDpV2JBpM/+qlLsozn2HR0Us=";
hash = "sha256-+HTPnQsvAzW/vQ1uKeP3r/eZmM0cFNKtgU24wGzuOFI=";
};
build-system = [ poetry-core ];