python311Packages.sqlalchemy: 2.0.28 -> 2.0.29

https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_29
This commit is contained in:
Martin Weinelt 2024-03-23 23:05:43 +01:00
parent 144656e6ee
commit 8093909854
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759
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 = ''