python: pexpect: 4.7.0 -> 4.8.0
This commit is contained in:
parent
2d7baeea0a
commit
3e9348ef19
@ -6,11 +6,11 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "pexpect";
|
pname = "pexpect";
|
||||||
version = "4.7.0";
|
version = "4.8.0";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "9e2c1fd0e6ee3a49b28f95d4b33bc389c89b20af6a1255906e90ff1262ce62eb";
|
sha256 = "fc65a43959d153d0114afe13997d439c22823a27cefceb5ff35c2178c6784c0c";
|
||||||
};
|
};
|
||||||
|
|
||||||
# Wants to run pythonin a subprocess
|
# Wants to run pythonin a subprocess
|
||||||
|
Loading…
Reference in New Issue
Block a user