python3Packages.sqlalchemy: 2.0.48 -> 2.0.49 (#506339)

This commit is contained in:
Martin Weinelt
2026-04-03 16:48:02 +00:00
committed by GitHub

View File

@@ -43,14 +43,14 @@
buildPythonPackage (finalAttrs: {
pname = "sqlalchemy";
version = "2.0.48";
version = "2.0.49";
pyproject = true;
src = fetchFromGitHub {
owner = "sqlalchemy";
repo = "sqlalchemy";
tag = "rel_${lib.replaceStrings [ "." ] [ "_" ] finalAttrs.version}";
hash = "sha256-0MHxHcQr7XvRZ3j1wj/PMIk94TVhyixDAgeAYKd1nGk=";
hash = "sha256-+6g9TONKwCQWmWXHjpIDPDh96ng4lwLc1C009/l769Q=";
};
postPatch = ''