Merge pull request #145648 from erictapen/nbclient-0.5.8

This commit is contained in:
Sandro 2021-11-13 00:25:15 +01:00 committed by GitHub
commit e38076e00f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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;
@ -22,5 +22,6 @@ buildPythonPackage rec {
homepage = "https://github.com/jupyter/nbclient";
description = "A client library for executing notebooks";
license = licenses.bsd3;
maintainers = [ maintainers.erictapen ];
};
}