python311Packages.ipdb: 0.13.11 -> 0.13.13

This commit is contained in:
R. Ryantm 2023-05-07 12:25:57 +00:00
parent 78963777a4
commit 5b5ca13d8b

View file

@ -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 = [