pywlroots: 0.14.8 -> 0.14.9

This commit is contained in:
Charlotte Van Petegem 2021-10-20 08:40:20 +02:00
parent da437fc170
commit 6128cbe136
No known key found for this signature in database
GPG key ID: 019E764B7184435A

View file

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