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

python310Packages.plugwise: 0.20.1 -> 0.21.0
This commit is contained in:
Fabian Affolter 2022-07-23 15:58:32 +02:00 committed by GitHub
commit 9cb2c72526
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.20.1";
version = "0.21.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-Sk7L0JPwn7IXVl5GeERxrG/vrHXeNwUjW1mgm4g40Ng=";
sha256 = "sha256-pw1apxqjKKv05Qw2VFN0cKit/3fas7PUb1wS/XsJruY=";
};
propagatedBuildInputs = [