From f84d41f5ad5ecad42e62d59dd62826ee28905f78 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Sat, 20 May 2023 21:51:02 +0200 Subject: [PATCH] python310Packages.motionblinds: 0.6.17 -> 0.6.18 Diff: https://github.com/starkillerOG/motion-blinds/compare/refs/tags/0.6.17...0.6.18 Changelog: https://github.com/starkillerOG/motion-blinds/releases/tag/0.6.18 --- 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 fc88d76113f..96b922ed474 100644 --- a/pkgs/development/python-modules/motionblinds/default.nix +++ b/pkgs/development/python-modules/motionblinds/default.nix @@ -7,7 +7,7 @@ buildPythonPackage rec { pname = "motionblinds"; - version = "0.6.17"; + version = "0.6.18"; format = "setuptools"; disabled = pythonOlder "3.7"; @@ -16,7 +16,7 @@ buildPythonPackage rec { owner = "starkillerOG"; repo = "motion-blinds"; rev = "refs/tags/${version}"; - hash = "sha256-rCPwOhhv1hDwJqs8g3JfXcSgvrLf6UhNm0JPtRGW5S0="; + hash = "sha256-EkHrBhlPlavF6qbTF9myDBYh5eHxiZ4OoDzvlSs/LYM="; }; propagatedBuildInputs = [