python3Packages.pywlroots: 0.15.9 -> 0.15.10

This commit is contained in:
Charlotte Van Petegem 2022-02-23 10:29:29 +01:00
parent 29ea452faa
commit 42b147a4a2
No known key found for this signature in database
GPG Key ID: 019E764B7184435A

View File

@ -18,11 +18,11 @@
buildPythonPackage rec {
pname = "pywlroots";
version = "0.15.9";
version = "0.15.10";
src = fetchPypi {
inherit pname version;
sha256 = "V6P5zAvr0L7p+yEjr6To2rKoMPqxIvSPrlLzf6yj3WA=";
sha256 = "VWfcDhMAuUkYObRiaXRfcB7dI75SM7zVwWWvnlrxV0k=";
};
nativeBuildInputs = [ pkg-config ];