Show More
@@ -1729,13 +1729,13 b'' | |||
|
1729 | 1729 | }; |
|
1730 | 1730 | }; |
|
1731 | 1731 | subprocess32 = super.buildPythonPackage { |
|
1732 |
name = "subprocess32-3. |
|
|
1732 | name = "subprocess32-3.5.1"; | |
|
1733 | 1733 | buildInputs = with self; []; |
|
1734 | 1734 | doCheck = false; |
|
1735 | 1735 | propagatedBuildInputs = with self; []; |
|
1736 | 1736 | src = fetchurl { |
|
1737 |
url = "https://files.pythonhosted.org/packages/b8 |
|
|
1738 | sha256 = "1e450a4a4c53bf197ad6402c564b9f7a53539385918ef8f12bdf430a61036590"; | |
|
1737 | url = "https://files.pythonhosted.org/packages/de/fb/fd3e91507021e2aecdb081d1b920082628d6b8869ead845e3e87b3d2e2ca/subprocess32-3.5.1.tar.gz"; | |
|
1738 | sha256 = "18ece9f877eca0c2521ed99a40a3a14af230c71f006d00cd0b2d6a6ddd1af171"; | |
|
1739 | 1739 | }; |
|
1740 | 1740 | meta = { |
|
1741 | 1741 | license = [ pkgs.lib.licenses.psfl ]; |
General Comments 0
You need to be logged in to leave comments.
Login now