Merge pull request #304844 from r-ryantm/auto-update/python312Packages.pywlroots

python312Packages.pywlroots: 0.16.6 -> 0.16.7
This commit is contained in:
rewine 2024-04-18 21:57:52 +08:00 committed by GitHub
commit a945fa387e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

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