Merge pull request #168825 from arjan-s/pywlroots-0.15.12

python3Packages.pywlroots: 0.15.11 -> 0.15.12
This commit is contained in:
Sandro 2022-04-16 03:04:03 +02:00 committed by GitHub
commit cc45c7288e
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.11";
version = "0.15.12";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-L+59uf3/wqWnmWpqm8RAyIEarbj2Sdwf1Pbweh/z9C8=";
sha256 = "sha256-4uS47SJelkeBkqBcA6xzcTQqAXXSgcVJIZErVdR9ELY=";
};
nativeBuildInputs = [ pkg-config ];