Merge pull request #329110 from r-ryantm/auto-update/python312Packages.qtile-extras

python312Packages.qtile-extras: 0.27.0 -> 0.27.0.post1
This commit is contained in:
OTABI Tomoya 2024-07-27 14:00:49 +09:00 committed by GitHub
commit 02303f6cd4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -20,14 +20,14 @@
buildPythonPackage rec {
pname = "qtile-extras";
version = "0.27.0";
version = "0.27.0.post1";
pyproject = true;
src = fetchFromGitHub {
owner = "elParaguayo";
repo = "qtile-extras";
rev = "refs/tags/v${version}";
hash = "sha256-2HpiUnFfGP3XNe6vFQyXMUxwqdXxFulm919t3o8a/ys=";
hash = "sha256-c5MCcpU6g95DMycSgOaUdpvPUtgVV/zUSdKVDbZWZGM=";
};
build-system = [ setuptools-scm ];