lol

Merge pull request #172255 from erictapen/nbclient

python3Packages.nbclient: 0.6.2 -> 0.6.3

authored by

Samuel Ainsworth and committed by
GitHub
f97ef463 80ab0904

+2 -2
+2 -2
pkgs/development/python-modules/nbclient/default.nix
··· 15 15 16 16 let nbclient = buildPythonPackage rec { 17 17 pname = "nbclient"; 18 - version = "0.6.2"; 18 + version = "0.6.3"; 19 19 format = "setuptools"; 20 20 21 21 disabled = pythonOlder "3.7"; 22 22 23 23 src = fetchPypi { 24 24 inherit pname version; 25 - hash = "sha256-i0dVPxztB3zXxFN/1dcB1G92gfJLKCdeXMHTR+fJtGs="; 25 + hash = "sha256-uAcm/B+4mg6Pi+HnfijQAmsejtkLwUPIoMdiLk+M3Z4="; 26 26 }; 27 27 28 28 propagatedBuildInputs = [ async_generator traitlets nbformat nest-asyncio jupyter-client ];