about summary refs log tree commit diff
diff options
context:
space:
mode:
authorFabian Affolter <mail@fabian-affolter.ch>2024-04-09 09:58:22 +0200
committerFabian Affolter <mail@fabian-affolter.ch>2024-04-09 09:58:22 +0200
commitd5e551b1c90044faede4261c0c1fd1aa932c7ab6 (patch)
treedaa23894724b39e29ef4e9d6dac3849774c6b784
parentca601202dc0386cb1b2c5df4f70675fc2f2cfe43 (diff)
python312Packages.aiolifx-themes: 0.4.14 -> 0.4.16
Diff: https://github.com/Djelibeybi/aiolifx-themes/compare/refs/tags/v0.4.14...v0.4.16

Changelog: https://github.com/Djelibeybi/aiolifx-themes/releases/tag/v0.4.16
-rw-r--r--pkgs/development/python-modules/aiolifx-themes/default.nix4
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 33f3c963f5eae..51ae6eb2509fc 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.4.14";
+  version = "0.4.16";
   pyproject = true;
 
   disabled = pythonOlder "3.9";
@@ -22,7 +22,7 @@ buildPythonPackage rec {
     owner = "Djelibeybi";
     repo = "aiolifx-themes";
     rev = "refs/tags/v${version}";
-    hash = "sha256-KlQKRcgxaWqRKIusnZGoBDEfKYF1Gn9EkrhJAftdUTc=";
+    hash = "sha256-rtZRl1doTBg8CdX0p9fLzo6m2dx8YKCQOOZyvIPSr9A=";
   };
 
   prePatch = ''