python3Packages.pywlroots: 0.16.5 -> 0.16.6

https://github.com/flacjacket/pywlroots/releases/tag/v0.16.6
This commit is contained in:
Charlotte Van Petegem 2023-10-09 09:22:59 +02:00
parent 8c9e646fb4
commit e4d2934eec
No known key found for this signature in database
GPG Key ID: 019E764B7184435A

View File

@ -20,14 +20,14 @@
buildPythonPackage rec {
pname = "pywlroots";
version = "0.16.5";
version = "0.16.6";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-W43RCJektumgvO9K3K3mHR1BiyZXsHj4fN2EkGlJChQ=";
hash = "sha256-ITf1uALQ0ZJMeZ4wbC7VqEL9LdoK67vqRpXD6LTWjUE=";
};
nativeBuildInputs = [ pkg-config ];