Merge pull request #156095 from chvp/bump-pywayland

python3Packages.pywayland: 0.4.8 -> 0.4.9
This commit is contained in:
Mario Rodas 2022-01-22 06:08:47 -05:00 committed by GitHub
commit be3fbcc788
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.8";
version = "0.4.9";
src = fetchPypi {
inherit pname version;
sha256 = "abby4o9LmiRZwNkPhYfFOWgRtxU8e5CURQnutz6cWjQ=";
sha256 = "EJ/Ul1ZpIQa5Mw6UmkRi7GC+b+mCMqhto6EsfNjpCdg=";
};
nativeBuildInputs = [ pkg-config ];