python312Packages.motionblinds: 0.6.24 -> 0.6.25 (#341876)

This commit is contained in:
Fabian Affolter 2024-09-15 10:35:19 +02:00 committed by GitHub
commit 1b5d6948b8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -9,7 +9,7 @@
buildPythonPackage rec {
pname = "motionblinds";
version = "0.6.24";
version = "0.6.25";
pyproject = true;
disabled = pythonOlder "3.7";
@ -18,7 +18,7 @@ buildPythonPackage rec {
owner = "starkillerOG";
repo = "motion-blinds";
rev = "refs/tags/${version}";
hash = "sha256-4ao0FalOFrr4or7iUqx5aAw93yqI2i3/uF4rdHOsa7M=";
hash = "sha256-MU+zMka8d8wocc90vdS56BMHg6Z/LAAdRetiysh9Ssc=";
};
build-system = [ setuptools ];