mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-16 18:37:04 +03:00
python: nbclient: 0.4.0 -> 0.4.1
This commit is contained in:
parent
a947738ba1
commit
85bceb2380
@ -5,12 +5,12 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "nbclient";
|
pname = "nbclient";
|
||||||
version = "0.4.0";
|
version = "0.4.1";
|
||||||
disabled = pythonOlder "3.6";
|
disabled = pythonOlder "3.6";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "1id6m2dllkjpbv2w0yazxhlkhdd9cac6lxv9csf053il9wq322lk";
|
sha256 = "31fdb4bd45ebcd98eeda01e2c38fb391eae8a8480bdddbebb6cfd088486948a7";
|
||||||
};
|
};
|
||||||
|
|
||||||
checkInputs = [ pytest xmltodict nbconvert ipywidgets ];
|
checkInputs = [ pytest xmltodict nbconvert ipywidgets ];
|
||||||
|
Loading…
Reference in New Issue
Block a user