Merge pull request #259502 from r-ryantm/auto-update/python310Packages.pywayland

python310Packages.pywayland: 0.4.16 -> 0.4.17
This commit is contained in:
Fabián Heredia Montiel 2023-10-07 10:55:20 -06:00 committed by GitHub
commit bf5e2577d9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,11 +10,11 @@
buildPythonPackage rec {
pname = "pywayland";
version = "0.4.16";
version = "0.4.17";
src = fetchPypi {
inherit pname version;
hash = "sha256-qqcMhwsKs2UhX45xUF9zaDxO0VsfNjhDOx3HNE/ltd0=";
hash = "sha256-9/0ZAmOML3oVrAfzGj72iV08FgyiYBSByoKyxhojxlc=";
};
nativeBuildInputs = [ pkg-config ];