diff options
author | Fabian Affolter | 2024-09-02 20:03:26 +0200 |
---|---|---|
committer | GitHub | 2024-09-02 20:03:26 +0200 |
commit | 8893fc2bfcc18ab348b15995b9ee0e87e2f570be (patch) | |
tree | 0f8ae1432df41c304588ed4c8ac7ff0d4b38fdfe /pkgs | |
parent | 858c3f608101f27246f061d0f0e60917b07b1d3b (diff) | |
parent | d868c1ce1a46c8cef1d866488124e6deeb475c4c (diff) |
python312Packages.aiolifx-themes: 0.5.2 -> 0.5.3 (#339022)
Diffstat (limited to 'pkgs')
-rw-r--r-- | pkgs/development/python-modules/aiolifx-themes/default.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/aiolifx-themes/default.nix b/pkgs/development/python-modules/aiolifx-themes/default.nix index 83553044bf89..0afed2af1650 100644 --- a/pkgs/development/python-modules/aiolifx-themes/default.nix +++ b/pkgs/development/python-modules/aiolifx-themes/default.nix @@ -13,7 +13,7 @@ buildPythonPackage rec { pname = "aiolifx-themes"; - version = "0.5.2"; + version = "0.5.3"; pyproject = true; disabled = pythonOlder "3.9"; @@ -22,7 +22,7 @@ buildPythonPackage rec { owner = "Djelibeybi"; repo = "aiolifx-themes"; rev = "refs/tags/v${version}"; - hash = "sha256-0qC8FvXk7MlvdO4k7tihjE91tbMbnzOs8YvOyzpL4J4="; + hash = "sha256-e07moT5XKrJ8PYZFsnibxV9kxUptMNo+Q/noOkKllnI="; }; build-system = [ poetry-core ]; |