Merge pull request #303387 from r-ryantm/auto-update/python311Packages.qtile

python311Packages.qtile: 0.24.0 -> 0.25.0
This commit is contained in:
Matthias Beyer 2024-04-20 10:10:46 +02:00 committed by GitHub
commit ad6b93632e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 3 deletions

View File

@ -32,14 +32,14 @@
buildPythonPackage rec {
pname = "qtile";
version = "0.24.0";
version = "0.25.0";
format = "setuptools";
src = fetchFromGitHub {
owner = "qtile";
repo = "qtile";
rev = "v${version}";
hash = "sha256-mgMRkoKT0Gp5/OfVQbkeDTkg9QRFn4PU3ziM5E6V+oI=";
rev = "refs/tags/v${version}";
hash = "sha256-j5hpXfUSDUT9nBr6CafIzqdTYQxSWok+ZlQA7bGdVvk=";
};
patches = [