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