python3Packages.aiolifx-themes: 1.0.0 -> 1.0.2

R. Ryantm 50542a08 9c9f9a44

Changed files
+2 -2
pkgs
development
python-modules
aiolifx-themes
+2 -2
pkgs/development/python-modules/aiolifx-themes/default.nix
···
buildPythonPackage rec {
pname = "aiolifx-themes";
-
version = "1.0.0";
+
version = "1.0.2";
pyproject = true;
disabled = pythonOlder "3.12";
···
owner = "Djelibeybi";
repo = "aiolifx-themes";
tag = "v${version}";
-
hash = "sha256-02ciRYc5aQ1nES/uctKUWwyBM9dO0hZ5OEWC5MT4Nuo=";
+
hash = "sha256-uJQWKgmlNwuvIXfK6fFHngaSncgaDJJ36vkOLGWB/lY=";
};
build-system = [ poetry-core ];