dependencies: bumped supervisor to 3.3.4
This commit is contained in:
parent
f579b65bdc
commit
bed73e3d2e
2 changed files with 4 additions and 4 deletions
|
|
@ -1820,13 +1820,13 @@
|
|||
};
|
||||
};
|
||||
supervisor = super.buildPythonPackage {
|
||||
name = "supervisor-3.3.3";
|
||||
name = "supervisor-3.3.4";
|
||||
buildInputs = with self; [];
|
||||
doCheck = false;
|
||||
propagatedBuildInputs = with self; [meld3];
|
||||
src = fetchurl {
|
||||
url = "https://pypi.python.org/packages/31/7e/788fc6566211e77c395ea272058eb71299c65cc5e55b6214d479c6c2ec9a/supervisor-3.3.3.tar.gz";
|
||||
md5 = "0fe86dfec4e5c5d98324d24c4cf944bd";
|
||||
url = "https://pypi.python.org/packages/44/60/698e54b4a4a9b956b2d709b4b7b676119c833d811d53ee2500f1b5e96dc3/supervisor-3.3.4.tar.gz";
|
||||
md5 = "f1814d71d820ddfa8c86d46a72314cec";
|
||||
};
|
||||
meta = {
|
||||
license = [ { fullName = "BSD-derived (http://www.repoze.org/LICENSE.txt)"; } ];
|
||||
|
|
|
|||
|
|
@ -75,7 +75,7 @@ six==1.11.0
|
|||
SQLAlchemy==1.1.15
|
||||
sshpubkeys==2.2.0
|
||||
subprocess32==3.2.7
|
||||
supervisor==3.3.3
|
||||
supervisor==3.3.4
|
||||
Tempita==0.5.2
|
||||
translationstring==1.3
|
||||
trollius==1.0.4
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue