We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 29a01ce + 8134892 commit 98dfd23Copy full SHA for 98dfd23
pkgs/development/python-modules/xvfbwrapper/default.nix
@@ -8,12 +8,12 @@
8
9
buildPythonPackage rec {
10
pname = "xvfbwrapper";
11
- version = "0.2.9";
+ version = "0.2.10";
12
format = "setuptools";
13
14
src = fetchPypi {
15
inherit pname version;
16
- sha256 = "097wxhvp01ikqpg1z3v8rqhss6f1vwr399zpz9a05d2135bsxx5w";
+ sha256 = "sha256-1mLPjyZu/T0KHAIu67jSwECD1uh/2BOS+1QA2VA27Yw=";
17
};
18
propagatedBuildInputs = [ xorg.xvfb ];
19
0 commit comments