Merge pull request #187996 from erictapen/nbclient

This commit is contained in:
Sandro 2022-09-11 16:00:12 +02:00 committed by GitHub
commit c3f39d7f3e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,7 +17,7 @@
let nbclient = buildPythonPackage rec {
pname = "nbclient";
version = "0.6.6";
version = "0.6.8";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -26,7 +26,7 @@ let nbclient = buildPythonPackage rec {
owner = "jupyter";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-Rs4Jk4OtexB/NKM1Jo4cV87hBxXDlnX9X+4KO+pGb0E=";
hash = "sha256-+GQkEGWReo9y8bgcysslQdzJUcvQiZkQTQiwmWJ1mx8=";
};
propagatedBuildInputs = [ async_generator traitlets nbformat nest-asyncio jupyter-client ];