Skip to content

Commit

Permalink
Merge pull request #302695 from r-ryantm/auto-update/python311Package…
Browse files Browse the repository at this point in the history
…s.qtile-extras

python311Packages.qtile-extras: 0.24.0 -> 0.25.0
  • Loading branch information
NickCao committed Apr 9, 2024
2 parents 22d44e2 + 0979f77 commit f81d6f0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/development/python-modules/qtile-extras/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,14 @@

buildPythonPackage rec {
pname = "qtile-extras";
version = "0.24.0";
version = "0.25.0";
format = "pyproject";

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

nativeBuildInputs = [ setuptools-scm ];
Expand Down

0 comments on commit f81d6f0

Please sign in to comment.