0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-14 06:00:33 +03:00

pythonPackages.pyqtwebengine: 5.15.2 -> 5.15.4

This commit is contained in:
rnhmjoj 2021-03-18 08:30:26 +01:00 committed by Milan
parent 3aba63ab29
commit c7e4fdef18

View file

@ -14,12 +14,12 @@ let
in buildPythonPackage rec { in buildPythonPackage rec {
pname = "PyQtWebEngine"; pname = "PyQtWebEngine";
version = "5.15.2"; version = "5.15.4";
format = "other"; format = "other";
src = pythonPackages.fetchPypi { src = pythonPackages.fetchPypi {
inherit pname version; inherit pname version;
sha256 = "0d56ak71r14w4f9r96vaj34qcn2rbln3s6ildvvyc707fjkzwwjd"; sha256 = "06fc35hzg346a9c86dk7vzm1fakkgzn5l52jfq3bix3587sjip6f";
}; };
inherit patches; inherit patches;