python311Packages.pytest-qt: 4.2.0 -> 4.3.1

This commit is contained in:
R. Ryantm 2023-12-24 19:39:54 +00:00
parent 42e8265222
commit 9d7a314a3b

View File

@ -9,14 +9,14 @@
buildPythonPackage rec {
pname = "pytest-qt";
version = "4.2.0";
version = "4.3.1";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-AKF7WG3VMLbXqTmZI6QEicpKmjCXGQERdfVdxrXcj0E=";
hash = "sha256-AlYEGveAgt/AjiLM+GCqqHjYApVX8D9L/CAH/CkbHmE=";
};
nativeBuildInputs = [