Show More
@@ -14,6 +14,7 b' done = true' | |||||
14 | done = true |
|
14 | done = true | |
15 |
|
15 | |||
16 | [task:updated_translation] |
|
16 | [task:updated_translation] | |
|
17 | done = true | |||
17 |
|
18 | |||
18 | [release] |
|
19 | [release] | |
19 | state = in_progress |
|
20 | state = in_progress |
@@ -1,4 +1,4 b'' | |||||
1 |
# Generated by pip2nix 0.4.0 |
|
1 | # Generated by pip2nix 0.4.0 | |
2 | # See https://github.com/johbo/pip2nix |
|
2 | # See https://github.com/johbo/pip2nix | |
3 |
|
3 | |||
4 | { |
|
4 | { | |
@@ -1381,13 +1381,13 b'' | |||||
1381 | }; |
|
1381 | }; | |
1382 | }; |
|
1382 | }; | |
1383 | python-editor = super.buildPythonPackage { |
|
1383 | python-editor = super.buildPythonPackage { | |
1384 |
name = "python-editor-1.0. |
|
1384 | name = "python-editor-1.0.3"; | |
1385 | buildInputs = with self; []; |
|
1385 | buildInputs = with self; []; | |
1386 | doCheck = false; |
|
1386 | doCheck = false; | |
1387 | propagatedBuildInputs = with self; []; |
|
1387 | propagatedBuildInputs = with self; []; | |
1388 | src = fetchurl { |
|
1388 | src = fetchurl { | |
1389 | url = "https://pypi.python.org/packages/2b/c0/df7b87d5cf016f82eab3b05cd35f53287c1178ad8c42bfb6fa61b89b22f6/python-editor-1.0.1.tar.gz"; |
|
1389 | url = "https://pypi.python.org/packages/65/1e/adf6e000ea5dc909aa420352d6ba37f16434c8a3c2fa030445411a1ed545/python-editor-1.0.3.tar.gz"; | |
1390 | md5 = "e1fa63535b40e022fa4fd646fd8b511a"; |
|
1390 | md5 = "0aca5f2ef176ce68e98a5b7e31372835"; | |
1391 | }; |
|
1391 | }; | |
1392 | meta = { |
|
1392 | meta = { | |
1393 | license = [ pkgs.lib.licenses.asl20 { fullName = "Apache"; } ]; |
|
1393 | license = [ pkgs.lib.licenses.asl20 { fullName = "Apache"; } ]; |
General Comments 0
You need to be logged in to leave comments.
Login now