Merge pull request #48892 from sveitser/update/pythonPackages.sh
pythonPackages.sh: 1.11 -> 1.12.14
This commit is contained in:
@@ -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}";
|
||||
|
||||
Reference in New Issue
Block a user