Merge pull request #172255 from erictapen/nbclient

python3Packages.nbclient: 0.6.2 -> 0.6.3
This commit is contained in:
Samuel Ainsworth 2022-05-10 14:34:44 -07:00 committed by GitHub
commit f97ef46344
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -15,14 +15,14 @@
let nbclient = buildPythonPackage rec {
pname = "nbclient";
version = "0.6.2";
version = "0.6.3";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-i0dVPxztB3zXxFN/1dcB1G92gfJLKCdeXMHTR+fJtGs=";
hash = "sha256-uAcm/B+4mg6Pi+HnfijQAmsejtkLwUPIoMdiLk+M3Z4=";
};
propagatedBuildInputs = [ async_generator traitlets nbformat nest-asyncio jupyter-client ];