python3Packages.pywayland: 0.4.15 -> 0.4.16

https://github.com/flacjacket/pywayland/releases/tag/v0.4.16
This commit is contained in:
Charlotte Van Petegem 2023-07-27 12:01:52 +02:00
parent d205f49d6a
commit 813479df39
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.15";
version = "0.4.16";
src = fetchPypi {
inherit pname version;
hash = "sha256-vz7Sjd8KT7UgOBI5AN5q6CS7jl+WL87w91cgm0bXRGw=";
hash = "sha256-qqcMhwsKs2UhX45xUF9zaDxO0VsfNjhDOx3HNE/ltd0=";
};
nativeBuildInputs = [ pkg-config ];