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

python312Packages.incomfort-client: 0.6.7 -> 0.6.8 (#403274)

parents 2c81546a c145856a
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -13,7 +13,7 @@

buildPythonPackage rec {
  pname = "incomfort-client";
  version = "0.6.7";
  version = "0.6.8";
  pyproject = true;

  disabled = pythonOlder "3.7";
@@ -22,7 +22,7 @@ buildPythonPackage rec {
    owner = "zxdavb";
    repo = "incomfort-client";
    tag = "v${version}";
    hash = "sha256-ySE2J6h1EeoN7/Y3OK6mrDrXivv9saq9ghHEFGlVlQw=";
    hash = "sha256-hQYgGxGkUyIdQN8oOhicLJXeOxRCREhwiOLO0sPcUfs=";
  };

  build-system = [ poetry-core ];