python310Packages.pywayland: 0.4.9 -> 0.4.10

This commit is contained in:
R. Ryantm 2022-02-09 01:01:29 +00:00 committed by Jonathan Ringer
parent c70738080f
commit a581263556

View File

@ -10,11 +10,11 @@
buildPythonPackage rec {
pname = "pywayland";
version = "0.4.9";
version = "0.4.10";
src = fetchPypi {
inherit pname version;
sha256 = "EJ/Ul1ZpIQa5Mw6UmkRi7GC+b+mCMqhto6EsfNjpCdg=";
sha256 = "sha256-3fVAJXiIS6sFUj8riHg7LJ4VLLpjZEK8qTJNYSaXtOw=";
};
nativeBuildInputs = [ pkg-config ];