dependencies: bumped sqlalchemy==1.3.11
This commit is contained in:
parent
09ec14bbfb
commit
5fd8e2a05b
2 changed files with 4 additions and 4 deletions
|
|
@ -1992,11 +1992,11 @@ self: super: {
|
|||
};
|
||||
};
|
||||
"sqlalchemy" = super.buildPythonPackage {
|
||||
name = "sqlalchemy-1.3.8";
|
||||
name = "sqlalchemy-1.3.11";
|
||||
doCheck = false;
|
||||
src = fetchurl {
|
||||
url = "https://files.pythonhosted.org/packages/fc/49/82d64d705ced344ba458197dadab30cfa745f9650ee22260ac2b275d288c/SQLAlchemy-1.3.8.tar.gz";
|
||||
sha256 = "106digcgx7nwvykdvmnwf3vfxvfkdv6ykwk7sd325afklikgb3rg";
|
||||
url = "https://files.pythonhosted.org/packages/34/5c/0e1d7ad0ca52544bb12f9cb8d5cc454af45821c92160ffedd38db0a317f6/SQLAlchemy-1.3.11.tar.gz";
|
||||
sha256 = "12izpqqgy738ndn7qqn962qxi8qw2xb9vg2i880x12paklg599dg";
|
||||
};
|
||||
meta = {
|
||||
license = [ pkgs.lib.licenses.mit ];
|
||||
|
|
|
|||
|
|
@ -61,7 +61,7 @@ requests==2.9.1
|
|||
routes==2.4.1
|
||||
simplejson==3.16.0
|
||||
six==1.11.0
|
||||
sqlalchemy==1.3.8
|
||||
sqlalchemy==1.3.11
|
||||
sshpubkeys==3.1.0
|
||||
subprocess32==3.5.4
|
||||
supervisor==4.0.3
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue