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

python310Packages.plugwise: 0.19.1 -> 0.20.0
main
Fabian Affolter 2 years ago committed by GitHub
commit 5dfee39f66
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      pkgs/development/python-modules/plugwise/default.nix

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

Loading…
Cancel
Save