python: ipdbplugin: 1.4 -> 1.5.0
This commit is contained in:
parent
ef65b5c36d
commit
c88e33651d
@ -7,11 +7,11 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "ipdbplugin";
|
pname = "ipdbplugin";
|
||||||
version = "1.4";
|
version = "1.5.0";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "4778d78b5d0af1a2a6d341aed9e72eb73b1df6b179e145b4845d3a209137029c";
|
sha256 = "cdcd6bc1e995c3c2c4971ed95f207e680aa44980b716fa43fb675ff2dcc7894f";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [ nose ipython ];
|
propagatedBuildInputs = [ nose ipython ];
|
||||||
|
Loading…
Reference in New Issue
Block a user