python3Packages.pywebview: 6.0 -> 6.1 (#455669)

This commit is contained in:
dotlambda
2025-12-08 04:33:39 +00:00
committed by GitHub
@@ -19,14 +19,14 @@
buildPythonPackage rec {
pname = "pywebview";
version = "6.0";
version = "6.1";
pyproject = true;
src = fetchFromGitHub {
owner = "r0x0r";
repo = "pywebview";
tag = version;
hash = "sha256-EuDm3Ixw1z5xwpl4U15Xwg5mE3dXslTvv0N0XyjxrAg=";
hash = "sha256-vqdJRxZbHNu2Sq318RnJjzDjYRRCSiO72WM+flKwW7g=";
};
build-system = [ setuptools-scm ];