python3Packages.pywayland: 0.4.10 -> 0.4.11

This commit is contained in:
Charlotte Van Petegem 2022-02-21 19:35:50 +01:00
parent da6363290d
commit e77507b435
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.10";
version = "0.4.11";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-3fVAJXiIS6sFUj8riHg7LJ4VLLpjZEK8qTJNYSaXtOw=";
sha256 = "coUNrPcHLBDamgKiZ08ysg2maQ2wLRSijfNRblKMIZk=";
};
nativeBuildInputs = [ pkg-config ];