Unverified Commit ed1362ec authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

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

parents 73cff9ff 50542a08
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -13,7 +13,7 @@

buildPythonPackage rec {
  pname = "aiolifx-themes";
  version = "1.0.0";
  version = "1.0.2";
  pyproject = true;

  disabled = pythonOlder "3.12";
@@ -22,7 +22,7 @@ buildPythonPackage rec {
    owner = "Djelibeybi";
    repo = "aiolifx-themes";
    tag = "v${version}";
    hash = "sha256-02ciRYc5aQ1nES/uctKUWwyBM9dO0hZ5OEWC5MT4Nuo=";
    hash = "sha256-uJQWKgmlNwuvIXfK6fFHngaSncgaDJJ36vkOLGWB/lY=";
  };

  build-system = [ poetry-core ];