python310Packages.pywebview: 3.6.3 -> 3.7

This commit is contained in:
R. Ryantm 2022-11-06 19:40:10 +00:00
parent dd0534b57c
commit 1d0d17f73d

View File

@ -15,7 +15,7 @@
buildPythonPackage rec {
pname = "pywebview";
version = "3.6.3";
version = "3.7";
format = "setuptools";
disabled = pythonOlder "3.5";
@ -23,8 +23,8 @@ buildPythonPackage rec {
src = fetchFromGitHub {
owner = "r0x0r";
repo = "pywebview";
rev = version;
hash = "sha256-qOLK4MHdpmcCazCNfojncD8XH7OJB2H/pIW5XAJAlDo=";
rev = "refs/tags/${version}";
hash = "sha256-RRq6b0hqAzig/WwFK0VsrhHO6ar8HhMdAEIosPPNUQg=";
};
nativeBuildInputs = [