python313Packages.qtile: 0.32.0 -> 0.33.0 and python313Packages.qtile-extras: 0.32.0 -> 0.33.0 (#428251)

This commit is contained in:
Yohann Boniface
2025-08-02 23:12:04 +02:00
committed by GitHub
2 changed files with 4 additions and 4 deletions
@@ -21,14 +21,14 @@
buildPythonPackage rec {
pname = "qtile-extras";
version = "0.32.0";
version = "0.33.0";
pyproject = true;
src = fetchFromGitHub {
owner = "elParaguayo";
repo = "qtile-extras";
tag = "v${version}";
hash = "sha256-NMbgSStXJV8fVtula1cyIwFlD8WrO8kBnOphDxbig04=";
hash = "sha256-3aN2MrD1U5iBneVbYtNeWpK+JAQunGpemDpJnDuQdVI=";
};
build-system = [ setuptools-scm ];
@@ -35,14 +35,14 @@
buildPythonPackage rec {
pname = "qtile";
version = "0.32.0";
version = "0.33.0";
pyproject = true;
src = fetchFromGitHub {
owner = "qtile";
repo = "qtile";
tag = "v${version}";
hash = "sha256-UF4gRmcevtH9WNA7g/pwcciJcDariXcMNpqya68mQ38=";
hash = "sha256-npteZR48xN3G5gDsHt8c67zzc8Tom1YxnxbnDuKZHVg=";
};
patches = [