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
1 changed files with 3 additions and 3 deletions

View File

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