Merge pull request #245706 from chvp/upd/pywayland

python3Packages.pywayland: 0.4.15 -> 0.4.16
This commit is contained in:
Nick Cao 2023-07-27 19:44:08 -06:00 committed by GitHub
commit e147aea130
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.15";
version = "0.4.16";
src = fetchPypi {
inherit pname version;
hash = "sha256-vz7Sjd8KT7UgOBI5AN5q6CS7jl+WL87w91cgm0bXRGw=";
hash = "sha256-qqcMhwsKs2UhX45xUF9zaDxO0VsfNjhDOx3HNE/ltd0=";
};
nativeBuildInputs = [ pkg-config ];