Commit 04185d60 authored by Arjan Schrijver's avatar Arjan Schrijver
Browse files

python3Packages.qtile: 0.28.1 -> 0.29.0

parent 9c9383fc
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -35,14 +35,14 @@

buildPythonPackage rec {
  pname = "qtile";
  version = "0.28.1";
  version = "0.29.0";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "qtile";
    repo = "qtile";
    rev = "refs/tags/v${version}";
    hash = "sha256-r8cAht40r1/6rG1xrfx34YEPuPeyBCuSvX7MarLTTCc=";
    hash = "sha256-EqrvBXigMjevPERTcz3EXSRaZP2xSEsOxjuiJ/5QOz0=";
  };

  patches = [