python312Packages.motionblinds: 0.6.20 -> 0.6.21

This commit is contained in:
R. Ryantm 2024-02-20 09:09:10 +00:00
parent f33dd27a47
commit 48a7513326

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 = [