python312Packages.pywebview: 5.2 -> 5.3.2 (#362722)

This commit is contained in:
Weijia Wang
2025-01-01 15:48:04 +01:00
committed by GitHub
@@ -18,7 +18,7 @@
buildPythonPackage rec {
pname = "pywebview";
version = "5.2";
version = "5.3.2";
pyproject = true;
disabled = pythonOlder "3.5";
@@ -26,8 +26,8 @@ buildPythonPackage rec {
src = fetchFromGitHub {
owner = "r0x0r";
repo = "pywebview";
rev = "refs/tags/${version}";
hash = "sha256-PNnsqb+gyeFfQwMFj7cYaiv54cZ+H5IF9+DS9RN/qB4=";
tag = version;
hash = "sha256-/jKauq+G3Nz91n/keTZGNDTaW5EhdyCx4c2Nylxqc+0=";
};
nativeBuildInputs = [