python3Packages.pywebview: 6.0 -> 6.1

This commit is contained in:
R. Ryantm
2025-10-25 23:47:43 +00:00
parent e4841cea0a
commit bd5cecf774
@@ -13,14 +13,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 ];