forked from mirrors/nixpkgs
python3Packages.sqlalchemy: 1.4.41 -> 1.4.42
https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_42
This commit is contained in:
parent
8480f40236
commit
998572e105
|
@ -39,12 +39,12 @@
|
|||
|
||||
buildPythonPackage rec {
|
||||
pname = "SQLAlchemy";
|
||||
version = "1.4.41";
|
||||
version = "1.4.42";
|
||||
disabled = pythonOlder "3.7";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
hash = "sha256-ApL3DReX48VOhi5vMK5HQBRki8nHI+FKL9pzCtsKl5E=";
|
||||
hash = "sha256-F35BkUxHbtHht3/QWWbqiMCUBT4XqFMDxM4Af4jv82M=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = lib.optionals (!isPyPy) [
|
||||
|
|
Loading…
Reference in a new issue