python37Packages.nbclient: 0.5.0 -> 0.5.1
This commit is contained in:
parent
114acff2a5
commit
e6a40af16c
@ -5,12 +5,12 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "nbclient";
|
pname = "nbclient";
|
||||||
version = "0.5.0";
|
version = "0.5.1";
|
||||||
disabled = pythonOlder "3.6";
|
disabled = pythonOlder "3.6";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "8ad52d27ba144fca1402db014857e53c5a864a2f407be66ca9d74c3a56d6591d";
|
sha256 = "01e2d726d16eaf2cde6db74a87e2451453547e8832d142f73f72fddcd4fe0250";
|
||||||
};
|
};
|
||||||
|
|
||||||
checkInputs = [ pytest xmltodict nbconvert ipywidgets ];
|
checkInputs = [ pytest xmltodict nbconvert ipywidgets ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user