Merge pull request #303630 from r-ryantm/auto-update/python312Packages.midea-beautiful-air

python312Packages.midea-beautiful-air: 0.10.4 -> 0.10.5
This commit is contained in:
K900 2024-04-12 17:28:57 +03:00 committed by GitHub
commit e162ac9555
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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 = [