File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
pkgs/development/python-modules Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2020
2121buildPythonPackage 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 ] ;
Original file line number Diff line number Diff line change 3535
3636buildPythonPackage 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 = [
You can’t perform that action at this time.
0 commit comments