python312Packages.pytest-qt: 4.3.1 -> 4.4.0

This commit is contained in:
R. Ryantm
2024-02-08 06:08:17 +00:00
parent 392580561c
commit b1085e9a08
@@ -9,14 +9,14 @@
buildPythonPackage rec {
pname = "pytest-qt";
version = "4.3.1";
version = "4.4.0";
format = "setuptools";
disabled = pythonOlder "3.8";
src = fetchPypi {
inherit pname version;
hash = "sha256-AlYEGveAgt/AjiLM+GCqqHjYApVX8D9L/CAH/CkbHmE=";
hash = "sha256-dolhQqlApChTOQCNaSijbUvnSv7H5jRXfoQsnMXFaEQ=";
};
nativeBuildInputs = [