python3Packages.sqlalchemy: 2.0.50 -> 2.0.51

https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_51
This commit is contained in:
Martin Weinelt 2026-06-15 17:45:35 +02:00
commit eea6250475
No known key found for this signature in database
GPG key ID: 87C1E9888F856759

View file

@ -43,14 +43,14 @@
buildPythonPackage (finalAttrs: {
pname = "sqlalchemy";
version = "2.0.50";
version = "2.0.51";
pyproject = true;
src = fetchFromGitHub {
owner = "sqlalchemy";
repo = "sqlalchemy";
tag = "rel_${lib.replaceStrings [ "." ] [ "_" ] finalAttrs.version}";
hash = "sha256-pZgkQa+qXuXSSlBXba5qByXFqegaIB/XGgp7Q2Bsz9U=";
hash = "sha256-2t3NhfLiu/rLI2yvFPK9uQXGyzqNUj7ImDRx0EasdsI=";
};
postPatch = ''