python310Packages.pywlroots: 0.15.18 -> 0.15.19

#182852
This commit is contained in:
arjan-s 2022-07-26 02:19:13 +02:00 committed by GitHub
parent 53be7c9439
commit 3e9a15cf57
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -19,14 +19,14 @@
buildPythonPackage rec {
pname = "pywlroots";
version = "0.15.18";
version = "0.15.19";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
sha256 = "ZKWA0pRrh/nP1D8wUHNhM+R53l5PCKO1tnqbMfMd2WE=";
sha256 = "sha256-Ch8ddN9J8STw3qjAwP9sAta5YBgEg/2wSYgDyWEAXhU=";
};
nativeBuildInputs = [ pkg-config ];