python3Packages.pywayland: 0.4.14 -> 0.4.15

https://github.com/flacjacket/pywayland/releases/tag/v0.4.15
This commit is contained in:
Charlotte Van Petegem 2022-12-20 19:02:55 +01:00
parent 27dd8e291d
commit 353dd309f5
No known key found for this signature in database
GPG key ID: 019E764B7184435A

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