python3Packages.pymysensors: 0.22.0 -> 0.22.1

This commit is contained in:
Fabian Affolter 2021-11-14 12:40:34 +01:00
parent 2a909594f1
commit 0fd0f7db54

View file

@ -17,7 +17,7 @@
buildPythonPackage rec {
pname = "pymysensors";
version = "0.22.0";
version = "0.22.1";
format = "setuptools";
disabled = pythonOlder "3.6";
@ -26,7 +26,7 @@ buildPythonPackage rec {
owner = "theolind";
repo = pname;
rev = version;
sha256 = "sha256-tDetHSpA5ZRvJoThI1zY6NPiDJHfWZbiMM5AF+xCNgk=";
sha256 = "sha256-n4khOQspJBeq0w+epdXYZh6I1lI1drB1JewZ6GfzVHs=";
};
propagatedBuildInputs = [