qtile: 0.18.1 -> 0.19.0

This commit is contained in:
Charlotte Van Petegem 2021-12-22 19:25:15 +01:00
parent 81cef6b70f
commit 539f4f6058
No known key found for this signature in database
GPG Key ID: 019E764B7184435A

View File

@ -11,13 +11,13 @@ let
unwrapped = pythonPackages.buildPythonPackage rec {
pname = "qtile";
version = "0.18.1";
version = "0.19.0";
src = fetchFromGitHub {
owner = "qtile";
repo = "qtile";
rev = "v${version}";
sha256 = "0ln0fxarin9liy9n76zywmbr31xrjw8f7d3nr1mphci7wkc9bqmm";
sha256 = "BLHGVPMQd8O4h5TVx/F/klzSra+FZYogp22V6Yq04T0=";
};
postPatch = ''