Merge pull request #207027 from chvp/bump-pywayland

This commit is contained in:
Martin Weinelt 2022-12-21 00:25:43 +01:00 committed by GitHub
commit 5b727aeb18
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.14";
version = "0.4.15";
src = fetchPypi {
inherit pname version;
hash = "sha256-CXJidzwFvS1ewqYyfpJhwQtqh4TtUfhO9O0iYJpOCy0=";
hash = "sha256-vz7Sjd8KT7UgOBI5AN5q6CS7jl+WL87w91cgm0bXRGw=";
};
nativeBuildInputs = [ pkg-config ];