Merge pull request #298468 from mweinelt/sqlalchemy-2.0.29

python311Packages.sqlalchemy: 2.0.28 -> 2.0.29
This commit is contained in:
Martin Weinelt 2024-03-24 04:08:34 +01:00 committed by GitHub
commit 42024d5692
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -40,7 +40,7 @@
buildPythonPackage rec {
pname = "sqlalchemy";
version = "2.0.28";
version = "2.0.29";
format = "pyproject";
disabled = pythonOlder "3.7";
@ -49,7 +49,7 @@ buildPythonPackage rec {
owner = "sqlalchemy";
repo = "sqlalchemy";
rev = "refs/tags/rel_${lib.replaceStrings [ "." ] [ "_" ] version}";
hash = "sha256-Xl3w9v97tyOpL4vUYzlovGrUGIZtIZsAhbE5/FhqFiM=";
hash = "sha256-jEkuvwq/KKjcsREWDvvTFT87kgu3TSBR3JaseOs54qc=";
};
postPatch = ''