Merge pull request #259931 from chvp/upd/python3packages-pywlroots

python3Packages.pywlroots: 0.16.5 -> 0.16.6
This commit is contained in:
Nick Cao 2023-10-09 10:33:27 -04:00 committed by GitHub
commit e9f8d8a14c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 ];