python: nbconvert: 5.4.1 -> 5.5.0
This commit is contained in:
parent
c080b160cd
commit
da5b6ec079
1 changed files with 2 additions and 2 deletions
|
@ -22,11 +22,11 @@
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "nbconvert";
|
pname = "nbconvert";
|
||||||
version = "5.4.1";
|
version = "5.5.0";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "302554a2e219bc0fc84f3edd3e79953f3767b46ab67626fdec16e38ba3f7efe4";
|
sha256 = "138381baa41d83584459b5cfecfc38c800ccf1f37d9ddd0bd440783346a4c39c";
|
||||||
};
|
};
|
||||||
|
|
||||||
checkInputs = [ nose pytest glibcLocales ];
|
checkInputs = [ nose pytest glibcLocales ];
|
||||||
|
|
Loading…
Reference in a new issue