about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorWeijia Wang <9713184+wegank@users.noreply.github.com>2024-03-07 22:34:34 +0100
committerGitHub <noreply@github.com>2024-03-07 22:34:34 +0100
commite83c85fcd640112ff77f9cbefc3df6d1d3e8a6c8 (patch)
tree72bfa1d19bdc047850453eba329debf5b155c07a /pkgs
parentf4839a1b7b4ad59694d4cd043c1292a3bf8c9996 (diff)
parentb1085e9a089689150e8f1d5d1186e8ba58a1ff37 (diff)
Merge pull request #287153 from r-ryantm/auto-update/python312Packages.pytest-qt
python312Packages.pytest-qt: 4.3.1 -> 4.4.0
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/python-modules/pytest-qt/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/pytest-qt/default.nix b/pkgs/development/python-modules/pytest-qt/default.nix
index de9b9eb84ba12..1996265365e15 100644
--- a/pkgs/development/python-modules/pytest-qt/default.nix
+++ b/pkgs/development/python-modules/pytest-qt/default.nix
@@ -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 = [