python3Packages.pywlroots: 0.15.17 -> 0.15.18

This commit is contained in:
Charlotte Van Petegem 2022-06-27 09:43:09 +02:00
parent b9460c15f5
commit de90786542
No known key found for this signature in database
GPG key ID: 019E764B7184435A

View file

@ -19,14 +19,14 @@
buildPythonPackage rec {
pname = "pywlroots";
version = "0.15.17";
version = "0.15.18";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
sha256 = "mDD2PLlq1rVlgYrLIN88MwAEVE/hU/K0mrTszpXQ30g=";
sha256 = "ZKWA0pRrh/nP1D8wUHNhM+R53l5PCKO1tnqbMfMd2WE=";
};
nativeBuildInputs = [ pkg-config ];