Merge pull request #303118 from r-ryantm/auto-update/python311Packages.aiolifx-themes

python311Packages.aiolifx-themes: 0.4.16 -> 0.4.17

authored by Nick Cao and committed by GitHub e26295d3 ac401ccf

+2 -2
+2 -2
pkgs/development/python-modules/aiolifx-themes/default.nix
··· 13 13 14 14 buildPythonPackage rec { 15 15 pname = "aiolifx-themes"; 16 - version = "0.4.16"; 16 + version = "0.4.17"; 17 17 pyproject = true; 18 18 19 19 disabled = pythonOlder "3.9"; ··· 22 22 owner = "Djelibeybi"; 23 23 repo = "aiolifx-themes"; 24 24 rev = "refs/tags/v${version}"; 25 - hash = "sha256-rtZRl1doTBg8CdX0p9fLzo6m2dx8YKCQOOZyvIPSr9A="; 25 + hash = "sha256-nKzvdDzwizF1Db8qFQuOH7gLnYHmdCYdQZPN+gNg8mU="; 26 26 }; 27 27 28 28 prePatch = ''