Merge pull request #290156 from r-ryantm/auto-update/python312Packages.motionblinds

python312Packages.motionblinds: 0.6.20 -> 0.6.21
This commit is contained in:
Nick Cao 2024-02-20 09:14:59 -05:00 committed by GitHub
commit 574da1daed
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.20";
version = "0.6.21";
pyproject = true;
disabled = pythonOlder "3.7";
@ -17,7 +17,7 @@ buildPythonPackage rec {
owner = "starkillerOG";
repo = "motion-blinds";
rev = "refs/tags/${version}";
hash = "sha256-Ri14GwRpORk+8RdpPnrOOfDD+sqdQp9ESlYDnaS9ln8=";
hash = "sha256-zWEVgBEjxc0mg9KhlU1UvAd7HzQ2Rvsnsa2Q+/KxrHw=";
};
nativeBuildInputs = [