Merge pull request #317710 from r-ryantm/auto-update/python311Packages.aiomysensors

python311Packages.aiomysensors: 0.3.15 -> 0.3.16
This commit is contained in:
Nick Cao 2024-06-06 13:38:49 -04:00 committed by GitHub
commit acfba580dd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -16,7 +16,7 @@
buildPythonPackage rec {
pname = "aiomysensors";
version = "0.3.15";
version = "0.3.16";
pyproject = true;
disabled = pythonOlder "3.9";
@ -25,7 +25,7 @@ buildPythonPackage rec {
owner = "MartinHjelmare";
repo = "aiomysensors";
rev = "refs/tags/v${version}";
hash = "sha256-kgfz8VUTtOFN1hPkNJhPdRUKQn01BJn+92Ez6lgVGbc=";
hash = "sha256-1BpmjCgKiCZmBpBENlg79+I3UhkIxrgLAUD8ixpGUM8=";
};
postPatch = ''