python313Packages.motionblinds: 0.6.25 -> 0.6.26 (#386633)

This commit is contained in:
Fabian Affolter
2025-03-03 10:07:18 +01:00
committed by GitHub
@@ -9,7 +9,7 @@
buildPythonPackage rec {
pname = "motionblinds";
version = "0.6.25";
version = "0.6.26";
pyproject = true;
disabled = pythonOlder "3.7";
@@ -18,7 +18,7 @@ buildPythonPackage rec {
owner = "starkillerOG";
repo = "motion-blinds";
tag = version;
hash = "sha256-MU+zMka8d8wocc90vdS56BMHg6Z/LAAdRetiysh9Ssc=";
hash = "sha256-ZcDzuETPeYBQ2HdQUq3KRHRQxdaFrhQ4ipED5TL4XZY=";
};
build-system = [ setuptools ];