Skip to content

Commit 98dfd23

Browse files
authored
python312Packages.xvfbwrapper: 0.2.9 -> 0.2.10 (NixOS#392016)
2 parents 29a01ce + 8134892 commit 98dfd23

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/development/python-modules/xvfbwrapper/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@
88

99
buildPythonPackage rec {
1010
pname = "xvfbwrapper";
11-
version = "0.2.9";
11+
version = "0.2.10";
1212
format = "setuptools";
1313

1414
src = fetchPypi {
1515
inherit pname version;
16-
sha256 = "097wxhvp01ikqpg1z3v8rqhss6f1vwr399zpz9a05d2135bsxx5w";
16+
sha256 = "sha256-1mLPjyZu/T0KHAIu67jSwECD1uh/2BOS+1QA2VA27Yw=";
1717
};
1818
propagatedBuildInputs = [ xorg.xvfb ];
1919

0 commit comments

Comments
 (0)