python310Packages.pywlroots: 0.15.10 -> 0.15.11

This commit is contained in:
R. Ryantm 2022-03-17 07:21:39 +00:00
parent 3619ffaeb6
commit 1e1ed42eea

View file

@ -18,11 +18,11 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "pywlroots"; pname = "pywlroots";
version = "0.15.10"; version = "0.15.11";
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
sha256 = "VWfcDhMAuUkYObRiaXRfcB7dI75SM7zVwWWvnlrxV0k="; sha256 = "sha256-L+59uf3/wqWnmWpqm8RAyIEarbj2Sdwf1Pbweh/z9C8=";
}; };
nativeBuildInputs = [ pkg-config ]; nativeBuildInputs = [ pkg-config ];