Merge pull request #287153 from r-ryantm/auto-update/python312Packages.pytest-qt

python312Packages.pytest-qt: 4.3.1 -> 4.4.0
This commit is contained in:
Weijia Wang 2024-03-07 22:34:34 +01:00 committed by GitHub
commit e83c85fcd6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 = [