python3Packages.pywayland: 0.14.13 -> 0.14.14

https://github.com/flacjacket/pywayland/releases/tag/v0.4.14
This commit is contained in:
Charlotte Van Petegem 2022-07-25 18:14:45 +02:00
parent f5da53c188
commit 99f5d1c0e7
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.13";
version = "0.4.14";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-x075CncvfjzbIsGMj2EwFpigpwlysqBZpoK08DW9iBo=";
hash = "sha256-CXJidzwFvS1ewqYyfpJhwQtqh4TtUfhO9O0iYJpOCy0=";
};
nativeBuildInputs = [ pkg-config ];