Loading pkgs/development/python-modules/ipdb/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -12,14 +12,14 @@ buildPythonPackage rec { pname = "ipdb"; version = "0.13.11"; version = "0.13.13"; format = "pyproject"; disabled = isPyPy; # setupterm: could not find terminfo database src = fetchPypi { inherit pname version; hash = "sha256-wjtnNvAf1Fhswuy+vfeaXrRUeWhT4c2PLtO3uR1KPpM="; hash = "sha256-46xgGO8FEm1EKvaAqthjAG7BnQIpBWGsiLixwLDPxyY="; }; nativeBuildInputs = [ Loading Loading
pkgs/development/python-modules/ipdb/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -12,14 +12,14 @@ buildPythonPackage rec { pname = "ipdb"; version = "0.13.11"; version = "0.13.13"; format = "pyproject"; disabled = isPyPy; # setupterm: could not find terminfo database src = fetchPypi { inherit pname version; hash = "sha256-wjtnNvAf1Fhswuy+vfeaXrRUeWhT4c2PLtO3uR1KPpM="; hash = "sha256-46xgGO8FEm1EKvaAqthjAG7BnQIpBWGsiLixwLDPxyY="; }; nativeBuildInputs = [ Loading