python312Packages.pyqtwebengine: 5.15.6 -> 5.15.7 (#328557)

This commit is contained in:
Weijia Wang 2024-09-11 21:24:47 +02:00 committed by GitHub
commit 652ac0e378
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -21,7 +21,7 @@ in
buildPythonPackage (
rec {
pname = "pyqtwebengine";
version = "5.15.6";
version = "5.15.7";
format = "pyproject";
disabled = isPy27;
@ -29,7 +29,7 @@ buildPythonPackage (
src = fetchPypi {
pname = "PyQtWebEngine";
inherit version;
hash = "sha256-riQe8qYceCk5xYtSwq6lOtmbMPOTTINY1eCm67P9ByE=";
hash = "sha256-8SGsbkovlqwolhm8/Df2Tmg2LySjRlU/XWxC76Qiik0=";
};
postPatch = ''