python3Packages.nbclient: 0.5.13 -> 0.6.0

This commit is contained in:
Kerstin Humm 2022-04-13 12:31:02 +02:00
parent 5f8ac4de77
commit 9146215b37
No known key found for this signature in database
GPG Key ID: 40293358C7B9326B

View File

@ -5,12 +5,16 @@
buildPythonPackage rec {
pname = "nbclient";
version = "0.5.13";
version = "0.6.2";
# As of version 0.6.2, there is both a setup.py and pyproject.toml. However,
# the pyproject.toml does not appear to be the main entry point.
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-QMUsm148MfrsruafICs/U+ONfBxWPeD63enX7aD9r+g=";
hash = "sha256-i0dVPxztB3zXxFN/1dcB1G92gfJLKCdeXMHTR+fJtGs=";
};
doCheck = false; # Avoid infinite recursion