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:
@@ -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 =[
|
||||
|
||||
Reference in New Issue
Block a user