Merge pull request #154603 from chvp/bump-pywlroots

python3Packages.pywlroots: 0.14.11 -> 0.14.12
This commit is contained in:
Fabian Affolter 2022-01-11 19:53:35 +01:00 committed by GitHub
commit 0fdbcb2355
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -17,11 +17,11 @@
buildPythonPackage rec {
pname = "pywlroots";
version = "0.14.11";
version = "0.14.12";
src = fetchPypi {
inherit pname version;
sha256 = "Ey1B3tx6UufxZs8I64vaoPSNC+4LGdcPuyKrLBHxZa8=";
sha256 = "80v1kuiYL3OdtDVJj0EvgrO9x1eN8xxUyRuI4Wb4giI=";
};
nativeBuildInputs = [ pkg-config ];