python37Packages.virtual-display: 0.2.3 -> 0.2.4
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-pyvirtualdisplay/versions
This commit is contained in:
parent
97f3269ddb
commit
cd55e52de3
@ -2,13 +2,13 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "PyVirtualDisplay";
|
pname = "PyVirtualDisplay";
|
||||||
version = "0.2.3";
|
version = "0.2.4";
|
||||||
|
|
||||||
propagatedBuildInputs = [ EasyProcess ];
|
propagatedBuildInputs = [ EasyProcess ];
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "658d03ea2d6727cbe70c30af71e9014d3d39114a3c50bd661b75aad188fdd3aa";
|
sha256 = "0nybvd7sajig6vya2v3fd20dls6f3nnf12x8anrfxnjs41chgx87";
|
||||||
};
|
};
|
||||||
|
|
||||||
# requires X server
|
# requires X server
|
||||||
|
Loading…
x
Reference in New Issue
Block a user