Revert "python311Packages.sqlalchemy: 2.0.21 -> 2.0.22"

This reverts commit ab29d08c13.

Breaks sqlalchemy-utils, which is in the dependency chain of
nix-prefetch-scripts.
This commit is contained in:
Martin Weinelt
2023-10-27 14:09:10 +02:00
parent 4a5044c558
commit 1d1bb5f1cd
@@ -40,7 +40,7 @@
buildPythonPackage rec {
pname = "SQLAlchemy";
version = "2.0.22";
version = "2.0.21";
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-HyT8wFsUukg1fnTREa0Rv1+dFb21e4Os42l09Zox/SY=";
hash = "sha256-ldBn+pdZfqnBKdYkOcG47ScH/hBgeJBeIvn1hCIBw/A=";
};
nativeBuildInputs =[