Show More
@@ -1794,13 +1794,13 b'' | |||
|
1794 | 1794 | }; |
|
1795 | 1795 | }; |
|
1796 | 1796 | testpath = super.buildPythonPackage { |
|
1797 | name = "testpath-0.1"; | |
|
1797 | name = "testpath-0.3.1"; | |
|
1798 | 1798 | buildInputs = with self; []; |
|
1799 | 1799 | doCheck = false; |
|
1800 | 1800 | propagatedBuildInputs = with self; []; |
|
1801 | 1801 | src = fetchurl { |
|
1802 |
url = "https://pypi.python.org/packages/f |
|
|
1803 | md5 = "401918bcd0b0e5b71a9b909835117bc6"; | |
|
1802 | url = "https://pypi.python.org/packages/f4/8b/b71e9ee10e5f751e9d959bc750ab122ba04187f5aa52aabdc4e63b0e31a7/testpath-0.3.1.tar.gz"; | |
|
1803 | md5 = "2cd5ed5522fda781bb497c9d80ae2fc9"; | |
|
1804 | 1804 | }; |
|
1805 | 1805 | meta = { |
|
1806 | 1806 | license = [ pkgs.lib.licenses.mit ]; |
General Comments 0
You need to be logged in to leave comments.
Login now