Show More
@@ -1632,7 +1632,7 b' self: super: {' | |||
|
1632 | 1632 | }; |
|
1633 | 1633 | }; |
|
1634 | 1634 | "rhodecode-enterprise-ce" = super.buildPythonPackage { |
|
1635 |
name = "rhodecode-enterprise-ce-4.1 |
|
|
1635 | name = "rhodecode-enterprise-ce-4.14.0"; | |
|
1636 | 1636 | buildInputs = [ |
|
1637 | 1637 | self."pytest" |
|
1638 | 1638 | self."py" |
@@ -1841,11 +1841,11 b' self: super: {' | |||
|
1841 | 1841 | }; |
|
1842 | 1842 | }; |
|
1843 | 1843 | "setuptools" = super.buildPythonPackage { |
|
1844 |
name = "setuptools-40. |
|
|
1844 | name = "setuptools-40.2.0"; | |
|
1845 | 1845 | doCheck = false; |
|
1846 | 1846 | src = fetchurl { |
|
1847 |
url = "https://files.pythonhosted.org/packages/ |
|
|
1848 | sha256 = "0w1blx5ajga5y15dci0mddk49cf2xpq0mp7rp7jrqr2diqk00ib6"; | |
|
1847 | url = "https://files.pythonhosted.org/packages/ef/1d/201c13e353956a1c840f5d0fbf0461bd45bbd678ea4843ebf25924e8984c/setuptools-40.2.0.zip"; | |
|
1848 | sha256 = "19ng5m7kigllg3x96c91y3a2k28g6kwnbb1v4warrnp4xma1v227"; | |
|
1849 | 1849 | }; |
|
1850 | 1850 | meta = { |
|
1851 | 1851 | license = [ pkgs.lib.licenses.mit ]; |
General Comments 0
You need to be logged in to leave comments.
Login now