mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-25 12:22:37 +03:00
python-six: Update to new upstream version 1.8.0.
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
This commit is contained in:
parent
249e417677
commit
369a5c6180
@ -8479,11 +8479,11 @@ let
|
||||
|
||||
|
||||
six = buildPythonPackage rec {
|
||||
name = "six-1.7.3";
|
||||
name = "six-1.8.0";
|
||||
|
||||
src = pkgs.fetchurl {
|
||||
url = "http://pypi.python.org/packages/source/s/six/${name}.tar.gz";
|
||||
md5 = "784c6e5541c3c4952de9c0a966a0a80b";
|
||||
md5 = "1626eb24cc889110c38f7e786ec69885";
|
||||
};
|
||||
|
||||
# error: invalid command 'test'
|
||||
|
Loading…
Reference in New Issue
Block a user