Commit d65bcd72 authored by Fabian Affolter's avatar Fabian Affolter
Browse files

python311Packages.evohome-async: 0.4.9 -> 0.4.11

parent 438139cc
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
{ lib
, aiohttp
, buildPythonPackage
, click
, fetchFromGitHub
, hatchling
, pythonOlder
@@ -9,7 +10,7 @@

buildPythonPackage rec {
  pname = "evohome-async";
  version = "0.4.9";
  version = "0.4.11";
  pyproject = true;

  disabled = pythonOlder "3.11";
@@ -18,7 +19,7 @@ buildPythonPackage rec {
    owner = "zxdavb";
    repo = "evohome-async";
    rev = "refs/tags/${version}";
    hash = "sha256-4AhxvUkLiej7OSj9Y19tJnVCzNlC5PF6KB5zTHN8gLA=";
    hash = "sha256-mx4nBEgXeBxcN1pYZfTKPGbNhvSz8l38MyRRpL82lf0=";
  };

  nativeBuildInputs = [
@@ -27,6 +28,7 @@ buildPythonPackage rec {

  propagatedBuildInputs = [
    aiohttp
    click
    voluptuous
  ];