python3Packages.pywlroots: 0.15.21 -> 0.15.22

This commit is contained in:
Charlotte Van Petegem 2022-09-20 10:04:19 +02:00
parent 63e106dcad
commit a72a02afad
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.21";
version = "0.15.22";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-1wHV1+xrGFJWLoMIaG5jc01FfC7mV0+ArhPmWS5yG04=";
sha256 = "sha256-KzpQk7ANinEVvOBeZ+8vPmuuu4LbatjHBKUL44bcAAI=";
};
nativeBuildInputs = [ pkg-config ];