Merge pull request #297553 from r-ryantm/auto-update/python311Packages.pytest-twisted

python311Packages.pytest-twisted: 1.14.0 -> 1.14.1

authored by Mario Rodas and committed by GitHub deedbeb6 41299411

+2 -2
+2 -2
pkgs/development/python-modules/pytest-twisted/default.nix
··· 10 10 11 11 buildPythonPackage rec { 12 12 pname = "pytest-twisted"; 13 - version = "1.14.0"; 13 + version = "1.14.1"; 14 14 format = "setuptools"; 15 15 16 16 src = fetchPypi { 17 17 inherit pname version; 18 - sha256 = "sha256-IJv1pkUs+/th3o8BWQLBTsgSZACRFQcHS7LuTOjf4xM="; 18 + sha256 = "sha256-qbGLyfykfSiG+O/j/SeHmoHxwLtJ8cVgZmyedkSRtjI="; 19 19 }; 20 20 21 21 buildInputs = [