dependencies: bumped subprocess32 to 3.2.7
This commit is contained in:
parent
ad2004ac5c
commit
ab3659e457
2 changed files with 4 additions and 4 deletions
|
|
@ -1768,13 +1768,13 @@
|
|||
};
|
||||
};
|
||||
subprocess32 = super.buildPythonPackage {
|
||||
name = "subprocess32-3.2.6";
|
||||
name = "subprocess32-3.2.7";
|
||||
buildInputs = with self; [];
|
||||
doCheck = false;
|
||||
propagatedBuildInputs = with self; [];
|
||||
src = fetchurl {
|
||||
url = "https://pypi.python.org/packages/28/8d/33ccbff51053f59ae6c357310cac0e79246bbed1d345ecc6188b176d72c3/subprocess32-3.2.6.tar.gz";
|
||||
md5 = "754c5ab9f533e764f931136974b618f1";
|
||||
url = "https://pypi.python.org/packages/b8/2f/49e53b0d0e94611a2dc624a1ad24d41b6d94d0f1b0a078443407ea2214c2/subprocess32-3.2.7.tar.gz";
|
||||
md5 = "824c801e479d3e916879aae3e9c15e16";
|
||||
};
|
||||
meta = {
|
||||
license = [ pkgs.lib.licenses.psfl ];
|
||||
|
|
|
|||
|
|
@ -75,8 +75,8 @@ simplejson==3.7.2
|
|||
six==1.9.0
|
||||
Sphinx==1.2.2
|
||||
SQLAlchemy==0.9.9
|
||||
subprocess32==3.2.6
|
||||
supervisor==3.3.1
|
||||
subprocess32==3.2.7
|
||||
Tempita==0.5.2
|
||||
translationstring==1.3
|
||||
trollius==1.0.4
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue