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