Merge pull request #228488 from LeSuisse/nbdime-3.2.0

python3Packages.nbdime: 3.1.1 -> 3.2.0, unmark broken
This commit is contained in:
Weijia Wang
2023-05-10 15:44:54 +03:00
committed by GitHub
@@ -28,14 +28,14 @@
buildPythonPackage rec {
pname = "nbdime";
version = "3.1.1";
version = "3.2.0";
format = "setuptools";
disabled = pythonOlder "3.6";
src = fetchPypi {
inherit pname version;
hash = "sha256-Z3ZzIOlxN09wGhdapZq9OlVHIwOdOfrpCOctFjMNZIs=";
hash = "sha256-5Q0aDPZy4CNW4Q5tPQrqjoYSpTSubhub/VmsO2DEBes=";
};
nativeBuildInputs = [
@@ -92,7 +92,5 @@ buildPythonPackage rec {
description = "Tools for diffing and merging of Jupyter notebooks.";
license = licenses.bsd3;
maintainers = with maintainers; [ tbenst ];
# https://github.com/jupyter/nbdime/issues/645
broken = lib.versionAtLeast jupyter-server.version "2";
};
}