python310Packages.pywayland: 0.4.16 -> 0.4.17

This commit is contained in:
R. Ryantm 2023-10-07 02:44:17 +00:00
parent 0b48455b2d
commit c3c05a04f5

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 ];