Fabian Affolter
2023-06-15 23:10:27 +02:00
parent 6d40273168
commit 49477611ed
@@ -21,7 +21,7 @@
buildPythonPackage rec {
pname = "plugwise";
version = "0.31.5";
version = "0.31.6";
format = "setuptools";
disabled = pythonOlder "3.7";
@@ -30,7 +30,7 @@ buildPythonPackage rec {
owner = pname;
repo = "python-plugwise";
rev = "refs/tags/v${version}";
hash = "sha256-gQNVHotuOur4J61QYmqFHJPZbZGifEzTI9Vh2rS1d5c=";
hash = "sha256-mHZuhB0on9uOpsR8R/cMlJMoTNW7ZIPGGd2S/lbT54A=";
};
propagatedBuildInputs = [