python3Packages.sqlalchemy: 2.0.50 -> 2.0.51 (#531997)

This commit is contained in:
Martin Weinelt 2026-06-15 17:50:32 +02:00 committed by GitHub
commit 9f933dde9d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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 = ''