Merge pull request #126264 from fabaff/bump-plugwise

python3Packages.plugwise: 0.9.4 -> 0.10.0
This commit is contained in:
Martin Weinelt 2021-06-12 00:40:39 +02:00 committed by GitHub
commit a9a1a50858
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -19,13 +19,13 @@
buildPythonPackage rec {
pname = "plugwise";
version = "0.9.4";
version = "0.10.0";
src = fetchFromGitHub {
owner = pname;
repo = "python-plugwise";
rev = version;
sha256 = "sha256-5r+Xe3EKLjuR7mPGEPOKzhE7G6OzNEClf847Px9VdWU=";
sha256 = "sha256-M0Zwao8I8PRxxF9xvtzFeCFK9+eMlXYcWJarfHSGAlw=";
};
propagatedBuildInputs = [