Unverified Commit a873af74 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

python313Packages.aiolifx-themes: 0.6.9 -> 0.6.10 (#389634)

parents 4ae4bf5d 6e08b674
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -13,7 +13,7 @@

buildPythonPackage rec {
  pname = "aiolifx-themes";
  version = "0.6.9";
  version = "0.6.10";
  pyproject = true;

  disabled = pythonOlder "3.9";
@@ -22,7 +22,7 @@ buildPythonPackage rec {
    owner = "Djelibeybi";
    repo = "aiolifx-themes";
    tag = "v${version}";
    hash = "sha256-cAPPYqUjXFnPu2h/Kc0SpF8MMjK+1KSEg0xe3Al2QeA=";
    hash = "sha256-fn8of81RvNWyCgobF/QuI7lXvv/AdCSHXlbmGXPoMRA=";
  };

  build-system = [ poetry-core ];