Show More
@@ -1729,13 +1729,13 b'' | |||||
1729 | }; |
|
1729 | }; | |
1730 | }; |
|
1730 | }; | |
1731 | subprocess32 = super.buildPythonPackage { |
|
1731 | subprocess32 = super.buildPythonPackage { | |
1732 |
name = "subprocess32-3. |
|
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 |
|
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. |
|
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