Merge pull request #182845 from chvp/bump-pywayland

python3Packages.pywayland: 0.14.13 -> 0.14.14
This commit is contained in:
superherointj 2022-07-25 17:39:56 -03:00 committed by GitHub
commit 31e2112c5f
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.13";
version = "0.4.14";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-x075CncvfjzbIsGMj2EwFpigpwlysqBZpoK08DW9iBo=";
hash = "sha256-CXJidzwFvS1ewqYyfpJhwQtqh4TtUfhO9O0iYJpOCy0=";
};
nativeBuildInputs = [ pkg-config ];