Merge pull request #302695 from r-ryantm/auto-update/python311Packages.qtile-extras

python311Packages.qtile-extras: 0.24.0 -> 0.25.0
This commit is contained in:
Nick Cao 2024-04-09 09:26:03 -04:00 committed by GitHub
commit f81d6f0306
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 3 deletions

View File

@ -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 ];