python3Packages.nbval: 0.10.0 -> 0.11.0

This commit is contained in:
Martin Weinelt 2024-03-08 02:41:09 +01:00
parent ed80475c15
commit 3bdb3f4e2a

View File

@ -16,14 +16,14 @@
buildPythonPackage rec {
pname = "nbval";
version = "0.10.0";
version = "0.11.0";
format = "setuptools";
disabled = pythonOlder "3.6";
src = fetchPypi {
inherit pname version;
hash = "sha256-tKzv3BEyrvihtbYr+ak9Eo66UoObKFTqPkJZj023vrM=";
hash = "sha256-d8lXl2B7CpaLq9JZfuNJQQLSXDrTdDXeu9rA5G43kJQ=";
};
buildInputs = [