python37Packages.ipdb: 0.12 -> 0.12.2

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-ipdb/versions
This commit is contained in:
R. RyanTM 2019-08-05 09:08:15 -07:00 committed by Frederik Rietdijk
parent c0dc032e42
commit 7ab38e48eb

View file

@ -7,12 +7,12 @@
buildPythonPackage rec {
pname = "ipdb";
version = "0.12";
version = "0.12.2";
disabled = isPyPy; # setupterm: could not find terminfo database
src = fetchPypi {
inherit pname version;
sha256 = "dce2112557edfe759742ca2d0fee35c59c97b0cc7a05398b791079d78f1519ce";
sha256 = "0mzfv2sa8qabqzh2vqgwhavb15gsmcgqn6i3jgq6b5q9i9wxsgs7";
};
propagatedBuildInputs = [ ipython ];