python312Packages.midea-beautiful-air: 0.10.4 -> 0.10.5

This commit is contained in:
R. Ryantm 2024-04-12 14:18:54 +00:00
parent feeff83e61
commit eb17291c0d

View File

@ -11,14 +11,14 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "midea-beautiful-air"; pname = "midea-beautiful-air";
version = "0.10.4"; version = "0.10.5";
pyproject = true; pyproject = true;
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "nbogojevic"; owner = "nbogojevic";
repo = pname; repo = pname;
rev = "v${version}"; rev = "refs/tags/v${version}";
hash = "sha256-1IOv9K8f69iRpYaCx3k0smVrCKPmDxlT/1uVoTyvIjU="; hash = "sha256-786Q085bv8Zsm0c55I4XalRhEfwElRTJds5qnb0cWhk=";
}; };
build-system = [ build-system = [