python3Packages.pywlroots: 0.15.12 -> 0.15.13

This commit is contained in:
Charlotte Van Petegem 2022-04-19 10:49:14 +02:00
parent effd057606
commit 42973eb2be
No known key found for this signature in database
GPG key ID: 019E764B7184435A

View file

@ -18,11 +18,11 @@
buildPythonPackage rec {
pname = "pywlroots";
version = "0.15.12";
version = "0.15.13";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-4uS47SJelkeBkqBcA6xzcTQqAXXSgcVJIZErVdR9ELY=";
sha256 = "teZ8udox+4NefgA73gD5d6hPur/zjCapoMYPW36ax0s=";
};
nativeBuildInputs = [ pkg-config ];