Merge pull request #199890 from r-ryantm/auto-update/python3.10-pywebview

python310Packages.pywebview: 3.6.3 -> 3.7
This commit is contained in:
Jörg Thalheim 2022-11-06 22:19:51 +01:00 committed by GitHub
commit a6afbf8d02
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 = [