python3Packages.nbclient: 0.5.4 -> 0.5.8

This commit is contained in:
Kerstin Humm 2021-11-12 17:48:25 +01:00
parent 3eb0440e13
commit 214033c084
No known key found for this signature in database
GPG key ID: 40293358C7B9326B

View file

@ -6,12 +6,12 @@
buildPythonPackage rec {
pname = "nbclient";
version = "0.5.4";
version = "0.5.8";
disabled = pythonOlder "3.6";
src = fetchPypi {
inherit pname version;
sha256 = "6c8ad36a28edad4562580847f9f1636fe5316a51a323ed85a24a4ad37d4aefce";
sha256 = "sha256-NPUsycuDGl2MzXAxU341THXcYaJEh/mYcS0Sid4yCiU=";
};
inherit doCheck;