python3Packages.aiomysensors: 0.3.3 -> 0.3.5

This commit is contained in:
Martin Weinelt
2023-01-05 01:08:50 +01:00
parent 2461863294
commit 377a28a6a8
@@ -15,7 +15,7 @@
buildPythonPackage rec {
pname = "aiomysensors";
version = "0.3.3";
version = "0.3.5";
format = "pyproject";
disabled = pythonOlder "3.9";
@@ -23,8 +23,8 @@ buildPythonPackage rec {
src = fetchFromGitHub {
owner = "MartinHjelmare";
repo = pname;
rev = "v${version}";
hash = "sha256-VvGhFf9x257YdSmOxjztGZW9FLBNd028rH3+BvXAQ4o=";
rev = "refs/tags/v${version}";
hash = "sha256-jVqOOQLu/vL0L5WWtfU2rL4gNhPX+9HvchBp29aw+qA=";
};
nativeBuildInputs = [