python313Packages.qtile: 0.31.0 -> 0.32.0 and python313Packages.qtile-extras: 0.31.0 -> 0.32.0 (#415827)

This commit is contained in:
misuzu
2025-06-22 12:14:03 +03:00
committed by GitHub
2 changed files with 7 additions and 5 deletions
@@ -10,6 +10,7 @@
pulseaudio,
pytest-asyncio,
pytest-lazy-fixture,
pytest-rerunfailures,
pytestCheckHook,
python-dateutil,
qtile,
@@ -20,14 +21,14 @@
buildPythonPackage rec {
pname = "qtile-extras";
version = "0.31.0";
version = "0.32.0";
pyproject = true;
src = fetchFromGitHub {
owner = "elParaguayo";
repo = "qtile-extras";
tag = "v${version}";
hash = "sha256-87xdSw4JKQyb/jpfTUkFDjHvKgPKzu+rKLGeaAzP8NI=";
hash = "sha256-NMbgSStXJV8fVtula1cyIwFlD8WrO8kBnOphDxbig04=";
};
build-system = [ setuptools-scm ];
@@ -41,6 +42,7 @@ buildPythonPackage rec {
pulseaudio
pytest-asyncio
pytest-lazy-fixture
pytest-rerunfailures
pytestCheckHook
python-dateutil
qtile
@@ -87,7 +89,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Extra modules and widgets for the Qtile tiling window manager";
homepage = "https://github.com/elParaguayo/qtile-extras";
changelog = "https://github.com/elParaguayo/qtile-extras/blob/${src.rev}/CHANGELOG";
changelog = "https://github.com/elParaguayo/qtile-extras/blob/${src.tag}/CHANGELOG";
license = licenses.mit;
maintainers = with maintainers; [ arjan-s ];
};
@@ -35,14 +35,14 @@
buildPythonPackage rec {
pname = "qtile";
version = "0.31.0";
version = "0.32.0";
pyproject = true;
src = fetchFromGitHub {
owner = "qtile";
repo = "qtile";
tag = "v${version}";
hash = "sha256-aBVIkyR906+vSLDNxvkmWu6DBujZHErSi+aZPVMRuCI=";
hash = "sha256-UF4gRmcevtH9WNA7g/pwcciJcDariXcMNpqya68mQ38=";
};
patches = [