python3Packages.aiolifx-themes: 1.0.0 -> 1.0.2 (#441752)

authored by Nick Cao and committed by GitHub ed1362ec 73cff9ff

+2 -2
+2 -2
pkgs/development/python-modules/aiolifx-themes/default.nix
··· 13 14 buildPythonPackage rec { 15 pname = "aiolifx-themes"; 16 - version = "1.0.0"; 17 pyproject = true; 18 19 disabled = pythonOlder "3.12"; ··· 22 owner = "Djelibeybi"; 23 repo = "aiolifx-themes"; 24 tag = "v${version}"; 25 - hash = "sha256-02ciRYc5aQ1nES/uctKUWwyBM9dO0hZ5OEWC5MT4Nuo="; 26 }; 27 28 build-system = [ poetry-core ];
··· 13 14 buildPythonPackage rec { 15 pname = "aiolifx-themes"; 16 + version = "1.0.2"; 17 pyproject = true; 18 19 disabled = pythonOlder "3.12"; ··· 22 owner = "Djelibeybi"; 23 repo = "aiolifx-themes"; 24 tag = "v${version}"; 25 + hash = "sha256-uJQWKgmlNwuvIXfK6fFHngaSncgaDJJ36vkOLGWB/lY="; 26 }; 27 28 build-system = [ poetry-core ];