Revert "python3Packages.sqlalchemy: 1.4.41 -> 1.4.42"
This reverts commit 998572e105
.
I see this update as causing too much trouble for now;
in time the upstreams will hopefully address the regressions.
This commit is contained in:
parent
5033fffabe
commit
c314e4236a
@ -39,12 +39,12 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "SQLAlchemy";
|
||||
version = "1.4.42";
|
||||
version = "1.4.41"; # TODO: check python3Packages.fastapi when updating to >= 1.4.42
|
||||
disabled = pythonOlder "3.7";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
hash = "sha256-F35BkUxHbtHht3/QWWbqiMCUBT4XqFMDxM4Af4jv82M=";
|
||||
hash = "sha256-ApL3DReX48VOhi5vMK5HQBRki8nHI+FKL9pzCtsKl5E=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = lib.optionals (!isPyPy) [
|
||||
|
Loading…
Reference in New Issue
Block a user