Merge pull request #48892 from sveitser/update/pythonPackages.sh

pythonPackages.sh: 1.11 -> 1.12.14
This commit is contained in:
Robert Schütz
2018-10-29 14:21:36 +01:00
committed by GitHub
3 changed files with 32 additions and 18 deletions

View File

@@ -6751,23 +6751,7 @@ in {
};
};
sh = buildPythonPackage rec {
name = "sh-1.11";
src = pkgs.fetchurl {
url = "mirror://pypi/s/sh/${name}.tar.gz";
sha256 = "590fb9b84abf8b1f560df92d73d87965f1e85c6b8330f8a5f6b336b36f0559a4";
};
doCheck = false;
meta = {
description = "Python subprocess interface";
homepage = https://pypi.python.org/pypi/sh/;
};
};
sh = callPackage ../development/python-modules/sh { };
sipsimple = buildPythonPackage rec {
name = "sipsimple-${version}";