mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-06 10:39:29 +03:00
python3Packages.sqlalchemy: 1.4.41 -> 1.4.45
https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_42 https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_43 https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_44 https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_45
This commit is contained in:
parent
7c3dd97461
commit
e30a8ca06c
1 changed files with 2 additions and 2 deletions
|
@ -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) [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue