lol

Merge pull request #187671 from r-ryantm/auto-update/python3.10-pywlroots

authored by

Martin Weinelt and committed by
GitHub
9d0f7e2a 16e4d460

+2 -2
+2 -2
pkgs/development/python-modules/pywlroots/default.nix
··· 19 19 20 20 buildPythonPackage rec { 21 21 pname = "pywlroots"; 22 - version = "0.15.19"; 22 + version = "0.15.20"; 23 23 format = "setuptools"; 24 24 25 25 disabled = pythonOlder "3.7"; 26 26 27 27 src = fetchPypi { 28 28 inherit pname version; 29 - sha256 = "sha256-Ch8ddN9J8STw3qjAwP9sAta5YBgEg/2wSYgDyWEAXhU="; 29 + sha256 = "sha256-hHZzMK7ge2Hs7tzHo4LV3rumEoEoL2OODRQRM60Vlz0="; 30 30 }; 31 31 32 32 nativeBuildInputs = [ pkg-config ];