python311Packages.aiomysensors: 0.3.15 -> 0.3.16

This commit is contained in:
R. Ryantm
2024-06-06 10:35:52 +00:00
parent 844ccd07fb
commit 916b0ce10d
@@ -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 = ''