Merge pull request #161487 from chvp/bump-pywlroots

This commit is contained in:
Martin Weinelt 2022-02-24 12:24:18 +01:00 committed by GitHub
commit dbe9b1b37b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -18,11 +18,11 @@
buildPythonPackage rec {
pname = "pywlroots";
version = "0.15.9";
version = "0.15.10";
src = fetchPypi {
inherit pname version;
sha256 = "V6P5zAvr0L7p+yEjr6To2rKoMPqxIvSPrlLzf6yj3WA=";
sha256 = "VWfcDhMAuUkYObRiaXRfcB7dI75SM7zVwWWvnlrxV0k=";
};
nativeBuildInputs = [ pkg-config ];