pythonPackages.manuel: 1.8.0 -> 1.10.1 (#51029)
This commit is contained in:
parent
aadeacfd5d
commit
5229c876f8
@ -7,14 +7,15 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "manuel";
|
pname = "manuel";
|
||||||
version = "1.8.0";
|
version = "1.10.1";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "1diyj6a8bvz2cdf9m0g2bbx9z2yjjnn3ylbg1zinpcjj6vldfx59";
|
sha256 = "1bdzay7j70fly5fy6wbdi8fbrxjrrlxnxnw226rwry1c8a351rpy";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [ six zope_testing ];
|
propagatedBuildInputs = [ six ];
|
||||||
|
checkInputs = [ zope_testing ];
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "A documentation builder";
|
description = "A documentation builder";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user