pythonPackages.pluggy: 0.8.1 -> 0.11.0
This commit is contained in:
parent
f120248daf
commit
aad6f1ca90
|
@ -6,11 +6,11 @@
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "pluggy";
|
pname = "pluggy";
|
||||||
version = "0.8.1";
|
version = "0.11.0";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "8ddc32f03971bfdf900a81961a48ccf2fb677cf7715108f85295c67405798616";
|
sha256 = "25a1bc1d148c9a640211872b4ff859878d422bccb59c9965e04eed468a0aa180";
|
||||||
};
|
};
|
||||||
|
|
||||||
checkPhase = ''
|
checkPhase = ''
|
||||||
|
@ -24,7 +24,7 @@ buildPythonPackage rec {
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "Plugin and hook calling mechanisms for Python";
|
description = "Plugin and hook calling mechanisms for Python";
|
||||||
homepage = "https://pypi.python.org/pypi/pluggy";
|
homepage = "https://github.com/pytest-dev/pluggy";
|
||||||
license = lib.licenses.mit;
|
license = lib.licenses.mit;
|
||||||
maintainers = with lib.maintainers; [ ];
|
maintainers = with lib.maintainers; [ ];
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue