Merge pull request #177757 from r-ryantm/auto-update/python3.10-plugwise

python310Packages.plugwise: 0.19.1 -> 0.20.0
This commit is contained in:
Fabian Affolter 2022-06-15 16:14:59 +02:00 committed by GitHub
commit 5dfee39f66
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -21,7 +21,7 @@
buildPythonPackage rec {
pname = "plugwise";
version = "0.19.1";
version = "0.20.0";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -30,7 +30,7 @@ buildPythonPackage rec {
owner = pname;
repo = "python-plugwise";
rev = "refs/tags/v${version}";
sha256 = "sha256-eytv61aTGL6rTLHfZD9Tsl9FycdExo+TGsVBCNu1fIo=";
sha256 = "sha256-2ESoMJtoh0f7E427q7IFZZJW2ZcwgnjFDasKbHyF844=";
};
propagatedBuildInputs = [