Merge pull request #282629 from chvp/upd/qtile

qtile: 0.23.0 -> 0.24.0
This commit is contained in:
maxine 2024-01-22 18:15:42 +01:00 committed by GitHub
commit 292555cd85
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -32,14 +32,14 @@
buildPythonPackage rec {
pname = "qtile";
version = "0.23.0";
version = "0.24.0";
format = "setuptools";
src = fetchFromGitHub {
owner = "qtile";
repo = "qtile";
rev = "v${version}";
hash = "sha256-WxnpkKqYGGEsFTt/1iCSiCzdESJP6HFJ6BztaMsMbYo=";
hash = "sha256-mgMRkoKT0Gp5/OfVQbkeDTkg9QRFn4PU3ziM5E6V+oI=";
};
patches = [