Show More
@@ -926,13 +926,13 b'' | |||
|
926 | 926 | }; |
|
927 | 927 | }; |
|
928 | 928 | msgpack-python = super.buildPythonPackage { |
|
929 |
name = "msgpack-python-0.4. |
|
|
929 | name = "msgpack-python-0.4.8"; | |
|
930 | 930 | buildInputs = with self; []; |
|
931 | 931 | doCheck = false; |
|
932 | 932 | propagatedBuildInputs = with self; []; |
|
933 | 933 | src = fetchurl { |
|
934 |
url = "https://pypi.python.org/packages/15 |
|
|
935 | md5 = "8b317669314cf1bc881716cccdaccb30"; | |
|
934 | url = "https://pypi.python.org/packages/21/27/8a1d82041c7a2a51fcc73675875a5f9ea06c2663e02fcfeb708be1d081a0/msgpack-python-0.4.8.tar.gz"; | |
|
935 | md5 = "dcd854fb41ee7584ebbf35e049e6be98"; | |
|
936 | 936 | }; |
|
937 | 937 | meta = { |
|
938 | 938 | license = [ pkgs.lib.licenses.asl20 ]; |
General Comments 0
You need to be logged in to leave comments.
Login now