Skip to content

Commit b6e7728

Browse files
authored
python3Packages.qtile: 0.28.1 -> 0.29.0, python3Packages.qtile-extras: 0.28.1 -> 0.29.0 (#350175)
2 parents 20f02a8 + 9e5bae4 commit b6e7728

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

pkgs/development/python-modules/qtile-extras/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,14 @@
2020

2121
buildPythonPackage rec {
2222
pname = "qtile-extras";
23-
version = "0.28.1";
23+
version = "0.29.0";
2424
pyproject = true;
2525

2626
src = fetchFromGitHub {
2727
owner = "elParaguayo";
2828
repo = "qtile-extras";
2929
rev = "refs/tags/v${version}";
30-
hash = "sha256-rF9tRzOdMiISN8vupBt9+1d3pWJqbNS83odtm5SzXZI=";
30+
hash = "sha256-QkcLts2cqhA49/L9nuekf0n+ZRBxKdGL9Ql1sgtyTiw=";
3131
};
3232

3333
build-system = [ setuptools-scm ];

pkgs/development/python-modules/qtile/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,14 +35,14 @@
3535

3636
buildPythonPackage rec {
3737
pname = "qtile";
38-
version = "0.28.1";
38+
version = "0.29.0";
3939
pyproject = true;
4040

4141
src = fetchFromGitHub {
4242
owner = "qtile";
4343
repo = "qtile";
4444
rev = "refs/tags/v${version}";
45-
hash = "sha256-r8cAht40r1/6rG1xrfx34YEPuPeyBCuSvX7MarLTTCc=";
45+
hash = "sha256-EqrvBXigMjevPERTcz3EXSRaZP2xSEsOxjuiJ/5QOz0=";
4646
};
4747

4848
patches = [

0 commit comments

Comments
 (0)