Merge pull request #146739 from chvp/bump-pywlroots

pywlroots: 0.14.9 -> 0.14.11
This commit is contained in:
Kira Bruneau 2021-11-20 09:44:25 -05:00 committed by GitHub
commit 8c0dd9c574
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,11 +17,11 @@
buildPythonPackage rec {
pname = "pywlroots";
version = "0.14.9";
version = "0.14.11";
src = fetchPypi {
inherit pname version;
sha256 = "jzHh5ubonn6pCaOp+Dnr7tA9n5DdZ28hBM+03jZZlvc=";
sha256 = "Ey1B3tx6UufxZs8I64vaoPSNC+4LGdcPuyKrLBHxZa8=";
};
nativeBuildInputs = [ pkg-config ];