python37Packages.virtual-display: 1.3.2 -> 2.0
This commit is contained in:
parent
cf638eab5e
commit
8cbde4f0f0
@ -2,13 +2,13 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "PyVirtualDisplay";
|
pname = "PyVirtualDisplay";
|
||||||
version = "1.3.2";
|
version = "2.0";
|
||||||
|
|
||||||
propagatedBuildInputs = [ EasyProcess ];
|
propagatedBuildInputs = [ EasyProcess ];
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "3fa85a6e490e45eab64e6be19841e0ab15ec8054c97f162079a061da6a93eba0";
|
sha256 = "3cdacd70970a74d163a2417d8581f43a56bb1ac8d31c71a1a6a4348969062d65";
|
||||||
};
|
};
|
||||||
|
|
||||||
# requires X server
|
# requires X server
|
||||||
|
Loading…
x
Reference in New Issue
Block a user