From 7e8b7ccbc7bb657dd2d4c621ca069e72b64081bd Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Sat, 14 Jun 2025 19:20:56 +0200 Subject: [PATCH] python313Packages.motionblinds: 0.6.27 -> 0.6.28 Diff: https://github.com/starkillerOG/motion-blinds/compare/refs/tags/0.6.27...refs/tags/0.6.28 Changelog: https://github.com/starkillerOG/motion-blinds/releases/tag/0.6.28 --- pkgs/development/python-modules/motionblinds/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/motionblinds/default.nix b/pkgs/development/python-modules/motionblinds/default.nix index 5c18fd22c195..562c97f8023e 100644 --- a/pkgs/development/python-modules/motionblinds/default.nix +++ b/pkgs/development/python-modules/motionblinds/default.nix @@ -9,7 +9,7 @@ buildPythonPackage rec { pname = "motionblinds"; - version = "0.6.27"; + version = "0.6.28"; pyproject = true; disabled = pythonOlder "3.7"; @@ -18,7 +18,7 @@ buildPythonPackage rec { owner = "starkillerOG"; repo = "motion-blinds"; tag = version; - hash = "sha256-kvCvgSoiyDCDmEG8goM3hYXpvb5CO7nqz0/CKPBlZ2g="; + hash = "sha256-RhaNVPmLXmwozehqeAcQiTHdsL1Q/2dkNC0RrUtrCKY="; }; build-system = [ setuptools ];