Commit 2736b03d authored by Arjan Schrijver's avatar Arjan Schrijver
Browse files

python3Packages.qtile-extras: 0.25.0 -> 0.26.0

parent e36811bd
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -11,6 +11,7 @@
  pytest-asyncio,
  pytest-lazy-fixture,
  pytestCheckHook,
  python-dateutil,
  qtile,
  requests,
  setuptools-scm,
@@ -19,14 +20,14 @@

buildPythonPackage rec {
  pname = "qtile-extras";
  version = "0.25.0";
  version = "0.26.0";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "elParaguayo";
    repo = "qtile-extras";
    rev = "refs/tags/v${version}";
    hash = "sha256-OYzSKOVg4D5gKxaEreclYq3D16dl8ddLipSdifokDNY=";
    hash = "sha256-ywqZggn1k7zezk5CS1y6EWZfLoIWMHmGO8mvqxBaB9g=";
  };

  build-system = [ setuptools-scm ];
@@ -41,6 +42,7 @@ buildPythonPackage rec {
    pytest-asyncio
    pytest-lazy-fixture
    pytestCheckHook
    python-dateutil
    qtile
    requests
    xorgserver