mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-30 02:42:59 +00:00
python311Packages.nbformat: 5.10.3 -> 5.10.4
This commit is contained in:
parent
3c0e7d6fc9
commit
3223d99210
@ -15,27 +15,31 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "nbformat";
|
||||
version = "5.10.3";
|
||||
format = "pyproject";
|
||||
version = "5.10.4";
|
||||
pyproject = true;
|
||||
disabled = pythonOlder "3.8";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
hash = "sha256-YO1ekQ73xiZLh9ZE8naxtJ4kARkw3u9UYFGI3eshFoU=";
|
||||
hash = "sha256-MiFosU+Tel0RNimI7KwqSVLT2OOiy+sjGVhGMSJtWzo=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
build-system = [
|
||||
hatchling
|
||||
hatch-nodejs-version
|
||||
];
|
||||
|
||||
propagatedBuildInputs = [
|
||||
dependencies = [
|
||||
fastjsonschema
|
||||
jsonschema
|
||||
jupyter-core
|
||||
traitlets
|
||||
];
|
||||
|
||||
pythonImportsCheck = [
|
||||
"nbformat"
|
||||
];
|
||||
|
||||
nativeCheckInputs = [
|
||||
pep440
|
||||
pytestCheckHook
|
||||
|
Loading…
Reference in New Issue
Block a user