python3Packages.plugwise: 0.10.0 -> 0.11.1

This commit is contained in:
Fabian Affolter
2021-07-08 10:45:03 +02:00
parent 4ee3e58fc4
commit 3491aa90d4
@@ -19,13 +19,13 @@
buildPythonPackage rec {
pname = "plugwise";
version = "0.10.0";
version = "0.11.1";
src = fetchFromGitHub {
owner = pname;
repo = "python-plugwise";
rev = version;
sha256 = "sha256-M0Zwao8I8PRxxF9xvtzFeCFK9+eMlXYcWJarfHSGAlw=";
sha256 = "sha256-b00jfPZTVRI7BRpUHI2NjcydkykC/1HjmVzDaIech8c=";
};
propagatedBuildInputs = [