forked from mirrors/nixpkgs
pythonPackages.nbconvert: 5.4.0 -> 5.4.1
Needed for nbsphinx version cannot be 5.4.0
This commit is contained in:
parent
580f5b0716
commit
7c3d9d442a
|
@ -22,11 +22,11 @@
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "nbconvert";
|
pname = "nbconvert";
|
||||||
version = "5.4.0";
|
version = "5.4.1";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "a8a2749f972592aa9250db975304af6b7337f32337e523a2c995cc9e12c07807";
|
sha256 = "302554a2e219bc0fc84f3edd3e79953f3767b46ab67626fdec16e38ba3f7efe4";
|
||||||
};
|
};
|
||||||
|
|
||||||
checkInputs = [ nose pytest glibcLocales ];
|
checkInputs = [ nose pytest glibcLocales ];
|
||||||
|
|
Loading…
Reference in a new issue