Merge pull request #145915 from fabaff/bump-pymysensors

python3Packages.pymysensors: 0.22.0 -> 0.22.1
This commit is contained in:
Fabian Affolter 2021-11-15 09:57:47 +01:00 committed by GitHub
commit 36a614fe66
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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