1
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-06 10:39:29 +03:00
Martin Weinelt 2022-12-28 22:08:05 +01:00
parent 7c3dd97461
commit e30a8ca06c
No known key found for this signature in database
GPG key ID: 87C1E9888F856759

View file

@ -39,12 +39,12 @@
buildPythonPackage rec {
pname = "SQLAlchemy";
version = "1.4.41"; # TODO: check python3Packages.fastapi when updating to >= 1.4.42
version = "1.4.45"; # TODO: check python3Packages.fastapi when updating to >= 1.4.42
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-ApL3DReX48VOhi5vMK5HQBRki8nHI+FKL9pzCtsKl5E=";
hash = "sha256-/WmFCGAJOj9p/v4KtW0EHt/f4YUQtT2aLq7LovFfp5U=";
};
nativeBuildInputs = lib.optionals (!isPyPy) [