python311Packages.nbconvert: 7.16.0 -> 7.16.1
Changelog: https://github.com/jupyter/nbconvert/blob/v7.16.1/CHANGELOG.md
This commit is contained in:
parent
c6d4406bb4
commit
46e592c860
@ -33,14 +33,14 @@ let
|
||||
};
|
||||
in buildPythonPackage rec {
|
||||
pname = "nbconvert";
|
||||
version = "7.16.0";
|
||||
version = "7.16.1";
|
||||
pyproject = true;
|
||||
|
||||
disabled = pythonOlder "3.8";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
hash = "sha256-gT5lU3ljYkia5XLjm6G/+XhTYZL7UY4QgmsOjK3wPsg=";
|
||||
hash = "sha256-555qB09Juj7SlCjthkh79RUJ2aq2E72FIqwI9tKP1/0=";
|
||||
};
|
||||
|
||||
# Add $out/share/jupyter to the list of paths that are used to search for
|
||||
|
Loading…
Reference in New Issue
Block a user