##// END OF EJS Templates
dependencies: bumped subprocess32 to 3.5.1
marcink -
r2768:fe9f6ecb default
parent child Browse files
Show More
@@ -1729,13 +1729,13 b''
1729 };
1729 };
1730 };
1730 };
1731 subprocess32 = super.buildPythonPackage {
1731 subprocess32 = super.buildPythonPackage {
1732 name = "subprocess32-3.2.7";
1732 name = "subprocess32-3.5.1";
1733 buildInputs = with self; [];
1733 buildInputs = with self; [];
1734 doCheck = false;
1734 doCheck = false;
1735 propagatedBuildInputs = with self; [];
1735 propagatedBuildInputs = with self; [];
1736 src = fetchurl {
1736 src = fetchurl {
1737 url = "https://files.pythonhosted.org/packages/b8/2f/49e53b0d0e94611a2dc624a1ad24d41b6d94d0f1b0a078443407ea2214c2/subprocess32-3.2.7.tar.gz";
1737 url = "https://files.pythonhosted.org/packages/de/fb/fd3e91507021e2aecdb081d1b920082628d6b8869ead845e3e87b3d2e2ca/subprocess32-3.5.1.tar.gz";
1738 sha256 = "1e450a4a4c53bf197ad6402c564b9f7a53539385918ef8f12bdf430a61036590";
1738 sha256 = "18ece9f877eca0c2521ed99a40a3a14af230c71f006d00cd0b2d6a6ddd1af171";
1739 };
1739 };
1740 meta = {
1740 meta = {
1741 license = [ pkgs.lib.licenses.psfl ];
1741 license = [ pkgs.lib.licenses.psfl ];
@@ -74,7 +74,7 b' simplejson==3.11.1'
74 six==1.11.0
74 six==1.11.0
75 sqlalchemy==1.1.18
75 sqlalchemy==1.1.18
76 sshpubkeys==2.2.0
76 sshpubkeys==2.2.0
77 subprocess32==3.2.7
77 subprocess32==3.5.1
78 supervisor==3.3.4
78 supervisor==3.3.4
79 tempita==0.5.2
79 tempita==0.5.2
80 translationstring==1.3
80 translationstring==1.3
General Comments 0
You need to be logged in to leave comments. Login now