Merge pull request #140528 from fabaff/bump-yeelight

python3Packages.yeelight: 0.7.5 -> 0.7.6

authored by

Fabian Affolter and committed by
GitHub
cb7c3061 0fced4d9

+2 -2
+2 -2
pkgs/development/python-modules/yeelight/default.nix
··· 9 10 buildPythonPackage rec { 11 pname = "yeelight"; 12 - version = "0.7.5"; 13 disabled = pythonOlder "3.4"; 14 15 src = fetchFromGitLab { 16 owner = "stavros"; 17 repo = "python-yeelight"; 18 rev = "v${version}"; 19 - sha256 = "sha256-lEroQ2Gy1ldeIkkSMYcXJk6j6Ls2zigImrIWOPq70D0="; 20 }; 21 22 propagatedBuildInputs = [
··· 9 10 buildPythonPackage rec { 11 pname = "yeelight"; 12 + version = "0.7.6"; 13 disabled = pythonOlder "3.4"; 14 15 src = fetchFromGitLab { 16 owner = "stavros"; 17 repo = "python-yeelight"; 18 rev = "v${version}"; 19 + sha256 = "sha256-inp6JKHA1ZgYPNMcQbL/tXOfhBDeMycIycLr69cOEGE="; 20 }; 21 22 propagatedBuildInputs = [