Merge pull request #291189 from fabaff/motionblinds-bump

python312Packages.motionblinds: 0.6.21 -> 0.6.23
This commit is contained in:
Fabian Affolter 2024-02-24 23:13:19 +01:00 committed by GitHub
commit a15ba0ecbc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -8,7 +8,7 @@
buildPythonPackage rec {
pname = "motionblinds";
version = "0.6.21";
version = "0.6.23";
pyproject = true;
disabled = pythonOlder "3.7";
@ -17,7 +17,7 @@ buildPythonPackage rec {
owner = "starkillerOG";
repo = "motion-blinds";
rev = "refs/tags/${version}";
hash = "sha256-zWEVgBEjxc0mg9KhlU1UvAd7HzQ2Rvsnsa2Q+/KxrHw=";
hash = "sha256-f5R58p6tMVqmXAjybae8qjeNI3vxtGJ7qxZOl9H5iKw=";
};
nativeBuildInputs = [