python3Packages.pywebview: 5.4 -> 6.0

The older version crashes during testing:

```
  tests/test_frameless.py Fatal Python error: Aborted
```

Signed-off-by: Marcin Serwin <marcin@serwin.dev>
This commit is contained in:
Marcin Serwin
2025-08-23 16:59:06 +02:00
parent 47b56b60e7
commit eb8e2a6b4b
@@ -18,7 +18,7 @@
buildPythonPackage rec {
pname = "pywebview";
version = "5.4";
version = "6.0";
pyproject = true;
disabled = pythonOlder "3.5";
@@ -27,7 +27,7 @@ buildPythonPackage rec {
owner = "r0x0r";
repo = "pywebview";
tag = version;
hash = "sha256-HQ95tg1BuOr+SyOEDCbIc6Xm2dzzWS0mMcnV4bHMNBs=";
hash = "sha256-EuDm3Ixw1z5xwpl4U15Xwg5mE3dXslTvv0N0XyjxrAg=";
};
nativeBuildInputs = [