python310Packages.motionblinds: 0.6.14 -> 0.6.15

Changelog: https://github.com/starkillerOG/motion-blinds/releases/tag/0.6.15
This commit is contained in:
Fabian Affolter 2023-01-02 23:00:27 +01:00
parent 8877cc2874
commit 794e1a0e02

View file

@ -7,7 +7,7 @@
buildPythonPackage rec {
pname = "motionblinds";
version = "0.6.14";
version = "0.6.15";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -16,7 +16,7 @@ buildPythonPackage rec {
owner = "starkillerOG";
repo = "motion-blinds";
rev = "refs/tags/${version}";
hash = "sha256-OHFOV0vOAw54XOfgDUSARKIAgkWFnvf8O9xXJYZHPFE=";
hash = "sha256-OTnlfJeE64tURR5YrTXjzTHbvGnbeEWu9UHGynzmSiQ=";
};
propagatedBuildInputs = [